mirror of
https://gitlab.com/randompenguin/bookface.git
synced 2025-06-07 19:14:26 +02:00
Root fonts and close button color.
Robot & Helvetica Neue caused layout issues, switched to Open Sans. Changed "Close" buttons to adopt custom color scheme.
This commit is contained in:
parent
728ec947a1
commit
e5fce64f89
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--global-font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif, Noto Color Emoji;
|
--global-font-family: 'Open Sans', Arial, sans-serif, Noto Color Emoji;
|
||||||
--nav-bg: $nav_bg;
|
--nav-bg: $nav_bg;
|
||||||
--link-color: $link_color;
|
--link-color: $link_color;
|
||||||
--nav-icon-color: $nav_icon_color;
|
--nav-icon-color: $nav_icon_color;
|
||||||
|
@ -474,7 +474,7 @@
|
||||||
.close {
|
.close {
|
||||||
height: 36px;
|
height: 36px;
|
||||||
width: 36px;
|
width: 36px;
|
||||||
background-color: #0066FF !important;
|
background-color: var(--link-color) !important;
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue