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/Ansum/ansum.css | 1 + p/themes/Ansum/ansum.rtl.css | 1 + p/themes/Ansum/ansum.scss | 1 + 3 files changed, 3 insertions(+) (limited to 'p/themes/Ansum') diff --git a/p/themes/Ansum/ansum.css b/p/themes/Ansum/ansum.css index e241efcf5..c04a16937 100644 --- a/p/themes/Ansum/ansum.css +++ b/p/themes/Ansum/ansum.css @@ -1346,6 +1346,7 @@ main.prompt { /*============*/ html, body { background: #f5f0ec; + color: #161a38; font-family: "lato", "Helvetica", "Arial", sans-serif; font-size: 0.875rem; } diff --git a/p/themes/Ansum/ansum.rtl.css b/p/themes/Ansum/ansum.rtl.css index 842ab4d93..623897993 100644 --- a/p/themes/Ansum/ansum.rtl.css +++ b/p/themes/Ansum/ansum.rtl.css @@ -1346,6 +1346,7 @@ main.prompt { /*============*/ html, body { background: #f5f0ec; + color: #161a38; font-family: "lato", "Helvetica", "Arial", sans-serif; font-size: 0.875rem; } diff --git a/p/themes/Ansum/ansum.scss b/p/themes/Ansum/ansum.scss index 5457b15aa..b850bf2b4 100644 --- a/p/themes/Ansum/ansum.scss +++ b/p/themes/Ansum/ansum.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