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:
Random Penguin 2025-01-24 23:28:30 +00:00
parent 728ec947a1
commit e5fce64f89

View file

@ -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%;