aboutsummaryrefslogtreecommitdiff
path: root/web/style/layout.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/style/layout.css')
-rw-r--r--web/style/layout.css12
1 files changed, 8 insertions, 4 deletions
diff --git a/web/style/layout.css b/web/style/layout.css
index 29c179d..09251d8 100644
--- a/web/style/layout.css
+++ b/web/style/layout.css
@@ -32,7 +32,6 @@
}
* {
- color: var(--font);
scrollbar-width: thin;
scrollbar-color: var(--background-light) #0000;
}
@@ -48,9 +47,14 @@ body {
padding: 0px;
}
+h1, h2, h3, h4 {
+ color: var(--font-highlight);
+}
h1 {
font-weight: bold;
- color: var(--font-highlight);
+}
+p, span, a, td, th, label, input {
+ color: var(--font);
}
code {
@@ -91,9 +95,9 @@ footer {
padding: 0.1em;
text-align: center;
}
-footer p {
+footer p, footer p a {
color: var(--font-dark);
- font-size: 0.8em;
+ font-size: 0.8rem;
}
summary h3 {