aboutsummaryrefslogtreecommitdiffhomepage
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/style.css b/style.css
index e248e3e..d72342a 100644
--- a/style.css
+++ b/style.css
@@ -58,6 +58,13 @@ main > *:last-child {
58 margin-bottom: 0; 58 margin-bottom: 0;
59} 59}
60 60
61footer {
62 background-color: var(--color-surface-container);
63 border-radius: 2em 2em 0 0;
64
65 padding: 1.5em;
66}
67
61h1, 68h1,
62h2 { 69h2 {
63 color: var(--color-primary); 70 color: var(--color-primary);