summaryrefslogtreecommitdiffstats
path: root/local.css
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2020-12-01 00:36:09 -0500
committerSacha Chua <sacha@sachachua.com>2020-12-01 00:36:09 -0500
commit6be6f782694313f7492164b60db640e78a2e3d58 (patch)
treefec5ec5e245aecf615d8fe72db9759ef16970589 /local.css
parentb49d5383ffb9ad3ae75c0963d16a29587a5c2a98 (diff)
downloademacsconf-wiki-6be6f782694313f7492164b60db640e78a2e3d58.tar.xz
emacsconf-wiki-6be6f782694313f7492164b60db640e78a2e3d58.zip
Make h1 bold
Diffstat (limited to 'local.css')
-rw-r--r--local.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/local.css b/local.css
index 43efbd70..7cf404d2 100644
--- a/local.css
+++ b/local.css
@@ -1,4 +1,5 @@
/* ikiwiki local style sheet */
+h1 { font-weight: bold }
.pageheader, #pagebody, #footer {
max-width: 60rem;