From e5fce64f89da595e5ca714383247dabe6d6529c7 Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Fri, 24 Jan 2025 23:28:30 +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_light.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bookface_light.css b/bookface_light.css index 4fb5aa1..7483764 100644 --- a/bookface_light.css +++ b/bookface_light.css @@ -8,7 +8,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; @@ -474,7 +474,7 @@ .close { height: 36px; width: 36px; - background-color: #0066FF !important; + background-color: var(--link-color) !important; opacity: 1 !important; color: #fff !important; border-radius: 100%;