summaryrefslogtreecommitdiff
path: root/src/http/static/mediocre.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/http/static/mediocre.css')
-rw-r--r--src/http/static/mediocre.css7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/http/static/mediocre.css b/src/http/static/mediocre.css
index da61c57..f588fa1 100644
--- a/src/http/static/mediocre.css
+++ b/src/http/static/mediocre.css
@@ -58,11 +58,12 @@
html {
font-family: Georgia, serif;
- font-size: 1.3em;
+ font-size: 1em;
}
header {
background: var(--nc-bg-1);
+ font-size: 1.5rem;
}
h1, h2, h3, h4, h5, h6, .button-primary, .button, header, footer {
@@ -94,10 +95,6 @@ hr {
opacity: 25%;
}
-table {
- font-size: 0.8rem;
-}
-
/* Undo the coloring that new.css does */
table tr:nth-child(even) {
background-color: initial;