aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Ansum
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-07-17 17:10:30 +0200
committerGravatar GitHub <noreply@github.com> 2022-07-17 17:10:30 +0200
commit954fcef9e26ce1d9e4e5ad83749e4ee9c894f716 (patch)
treeb635ac9c855be794b6546078539f2f08c115b1f2 /p/themes/Ansum
parent670239b94ed0addee5ef8a0054d82a1e1149b995 (diff)
Fix #4447: Nord theme (#4451)
* fix: add height 100% for <html> * remove height 100% in all themes * fixed order in template.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, 0 insertions, 3 deletions
diff --git a/p/themes/Ansum/ansum.css b/p/themes/Ansum/ansum.css
index cc54afa32..dc75c6c37 100644
--- a/p/themes/Ansum/ansum.css
+++ b/p/themes/Ansum/ansum.css
@@ -1571,7 +1571,6 @@ form th {
/*============*/
html, body {
background: #f5f0ec;
- height: 100%;
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 4a4d9438c..485a1ca18 100644
--- a/p/themes/Ansum/ansum.rtl.css
+++ b/p/themes/Ansum/ansum.rtl.css
@@ -1571,7 +1571,6 @@ form th {
/*============*/
html, body {
background: #f5f0ec;
- height: 100%;
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 5f0cd0b5a..0cf9a84f2 100644
--- a/p/themes/Ansum/ansum.scss
+++ b/p/themes/Ansum/ansum.scss
@@ -36,7 +36,6 @@
/*============*/
html, body {
background: variables.$grey-light;
- height: 100%;
font-family: "lato", "Helvetica", "Arial", sans-serif;
font-size: 0.875rem;
}