aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author2024-06-21 22:02:51 +0530
committer2024-06-21 22:02:51 +0530
commitba12ec481e5f5ac257549ac9192997ceb3221cf6 (patch)
treef9f341719f2593fec2e075c5b786df7c5cf340e9
parentUpdate deps and updated the about page. (diff)
downloadsudomsg-ba12ec481e5f5ac257549ac9192997ceb3221cf6.tar
sudomsg-ba12ec481e5f5ac257549ac9192997ceb3221cf6.tar.gz
sudomsg-ba12ec481e5f5ac257549ac9192997ceb3221cf6.tar.bz2
sudomsg-ba12ec481e5f5ac257549ac9192997ceb3221cf6.tar.lz
sudomsg-ba12ec481e5f5ac257549ac9192997ceb3221cf6.tar.xz
sudomsg-ba12ec481e5f5ac257549ac9192997ceb3221cf6.tar.zst
sudomsg-ba12ec481e5f5ac257549ac9192997ceb3221cf6.zip
Hotfix
Diffstat (limited to '')
-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>