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:27:37 +00:00
parent 5d0703d22d
commit 728ec947a1

View file

@ -7,7 +7,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;
@ -548,7 +548,7 @@ aside .widget,
.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%;