From 728ec947a165a273ee259cbaf0d7684fa2c9bd92 Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Fri, 24 Jan 2025 23:27:37 +0000 Subject: [PATCH] Root fonts and close button color. Robot & Helvetica Neue caused layout issues, switched to Open Sans. Changed "Close" buttons to adopt custom color scheme. --- bookface_dark.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bookface_dark.css b/bookface_dark.css index 4af9c6a..8c33cf5 100644 --- a/bookface_dark.css +++ b/bookface_dark.css @@ -7,7 +7,7 @@ */ :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; --link-color: $link_color; --nav-icon-color: $nav_icon_color; @@ -548,7 +548,7 @@ aside .widget, .close { height: 36px; width: 36px; - background-color: #0066FF !important; + background-color: var(--link-color) !important; opacity: 1 !important; color: #fff !important; border-radius: 100%;