diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 4a5706b..e3aa67e 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -13,7 +13,7 @@

- implementations + known software
@@ -31,6 +31,13 @@ justify-content: center; align-items: baseline; } + #header { + background: #222; + padding: 3px 0; + } + #header a { + color: #fff; + } .spacer { width: 2em; @@ -38,6 +45,9 @@ .section::before { content: attr(data-title) ":"; - color: #aaa; + color: #bbb; + + font-size: 0.8em; + font-weight: bold; }