summaryrefslogtreecommitdiff
path: root/src/http
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2022-11-22 22:36:15 +0100
committerBrian Picciano <mediocregopher@gmail.com>2022-11-22 22:36:15 +0100
commit954e76fe1f7b2e8018a9e778c2f53e3f9cf98f05 (patch)
tree848681c9eb5eb1ec61188312869019684d0fc908 /src/http
parent59c8c30fb5f735ff7c7b7e67180da039515605a6 (diff)
Reduce font size generally
Diffstat (limited to 'src/http')
-rw-r--r--src/http/static/mediocre.css7
-rw-r--r--src/http/tpl/index.html2
2 files changed, 3 insertions, 6 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;
diff --git a/src/http/tpl/index.html b/src/http/tpl/index.html
index 8c0f12d..224c6d9 100644
--- a/src/http/tpl/index.html
+++ b/src/http/tpl/index.html
@@ -14,7 +14,7 @@
<table>
<colgroup>
- <col span="1" style="width: 6rem;">
+ <col span="1" style="width: 7rem;">
<col span="1">
<col span="1" style="width: 50%;">
</colgroup>