aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--_includes/base.html2
-rw-r--r--index.html2
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>
diff --git a/index.html b/index.html
index 2416f17..866a6c5 100644
--- a/index.html
+++ b/index.html
@@ -9,7 +9,7 @@
}
---
<style>
- body {
+ main {
font-size: 125%;
}
</style>