diff options
author | Sacha Chua <sacha@sachachua.com> | 2021-08-19 00:36:01 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2021-08-19 00:36:01 -0400 |
commit | 586752dd171b0c1dd27ef7441cb782be48482e55 (patch) | |
tree | d45e0ab38935f0591d076d18faa0744f3ed97505 | |
parent | 23479227402e27ba4a21b2a68fdda8013686a55a (diff) | |
download | emacsconf-wiki-586752dd171b0c1dd27ef7441cb782be48482e55.tar.xz emacsconf-wiki-586752dd171b0c1dd27ef7441cb782be48482e55.zip |
Add underlines to main body links - easier for people to see
Diffstat (limited to '')
-rw-r--r-- | local.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ /* ikiwiki local style sheet */ h1 { font-weight: bold } - +#content a { text-decoration: underline } .pageheader, #pagebody, #footer { max-width: 60rem; margin: 0 auto; |