summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/style.css b/style.css
index 8e8d2bf..6d4cb1e 100644
--- a/style.css
+++ b/style.css
@@ -62,6 +62,18 @@ nav {
text-align: center;
}
+ul {
+ text-indent: -2em;
+ font-size: 1.25em;
+ font-weight: bold;
+}
+
+li {
+ text-indent: 0em;
+ font-size: 1rem;
+ font-weight: normal;
+}
+
a {
color: var(--contrast-color);
}