aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Ansum
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-09-27 18:55:23 +0200
committerGravatar GitHub <noreply@github.com> 2022-09-27 18:55:23 +0200
commitdec399f510b70100671345fca9a1da991b04deed (patch)
tree9567f809ec5d2a6e39f842e0ea0e66eb551a9c70 /p/themes/Ansum
parentb34bd30cc888e13050c401a45429c1b38294b4c6 (diff)
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
Diffstat (limited to 'p/themes/Ansum')
-rw-r--r--p/themes/Ansum/ansum.css1
-rw-r--r--p/themes/Ansum/ansum.rtl.css1
-rw-r--r--p/themes/Ansum/ansum.scss1
3 files changed, 3 insertions, 0 deletions
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;
}