diff options
-rw-r--r-- | _includes/base.html | 2 | ||||
-rw-r--r-- | index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/_includes/base.html b/_includes/base.html index 0ca185f..61df94a 100644 --- a/_includes/base.html +++ b/_includes/base.html @@ -32,7 +32,7 @@ <body> <header> <nav> - <a href="#">Sudomsg</a> + <a href="#" style="font-weight: 900;">Sudomsg</a> <template webc:for="entry of eleventyNavigation(collections.all)" webc:nokeep> <a :href="entry.url" @text="entry.title"></a> </template> @@ -9,7 +9,7 @@ } --- <style> - body { + main { font-size: 125%; } </style> |