From dec399f510b70100671345fca9a1da991b04deed Mon Sep 17 00:00:00 2001 From: maTh Date: Tue, 27 Sep 2022 18:55:23 +0200 Subject: Improved: template.css (colors) (#4641) * font colors * html, body color: moved to the themes * finished font-color * background-colors * fix scrollbar-colors * background colors modal/darken-hover * background-color * loading image * template-background-color-transparent * background-colors (inkl. modal background) * box-shadow * fix:: toggle_aside:hover * background-color * border-color * rgba -> # * improvements * RTL.css --- p/themes/Mapco/mapco.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'p/themes/Mapco/mapco.scss') diff --git a/p/themes/Mapco/mapco.scss b/p/themes/Mapco/mapco.scss index 5457b15aa..b850bf2b4 100644 --- a/p/themes/Mapco/mapco.scss +++ b/p/themes/Mapco/mapco.scss @@ -36,6 +36,7 @@ /*============*/ html, body { background: variables.$grey-light; + color: variables.$unread-font-color; font-family: "lato", "Helvetica", "Arial", sans-serif; font-size: 0.875rem; } -- cgit v1.2.3