diff options
author | Adam Stück <adam@adast.dk> | 2024-08-09 09:21:44 +0200 |
---|---|---|
committer | Adam Stück <adam@adast.dk> | 2024-08-09 09:21:44 +0200 |
commit | e20f135bcf0719a2ab2679cc918b8a5874279e57 (patch) | |
tree | 850cc81477966fb9d8e4a607ace1640075889d01 | |
parent | cee9129e7b6b01920dae70e507b41d9ea3198785 (diff) |
style: try links without underlines
-rw-r--r-- | header.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/header.html b/header.html index 5cd59d6..d71451e 100644 --- a/header.html +++ b/header.html @@ -7,9 +7,10 @@ <link rel="icon" href="data:,"> <title>{{TITLE}}</title> <link href="https://adast.dk/feed" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" /> - <style>*{box-sizing:border-box;}body{font-family:sans-serif;line-height:1.33;margin:0 -auto;max-width:650px;padding:1rem;}blockquote{border-left:4px - solid;padding-left:5px;}img{max-width:100%;}pre{border:1px solid;overflow:auto;padding:5px;}table{text-align:left;width:100%;}.posts,#menu{list-style:none;padding:0;}.posts li{margin-bottom:8px;}.posts li span{display:block;font-size:90%;}#menu li{display:inline-block;margin-right:8px;}.footnotes{font-size:90%;}</style> + <style>*{box-sizing:border-box;}body{font-family:sans-serif;line-height:1.33;margin:0 auto;max-width:650px;padding:1rem;}blockquote{border-left:4px + solid;padding-left:5px;}img{max-width:100%;}pre{border:1px solid;overflow:auto;padding:5px;}table{text-align:left;width:100%;} + .posts,#menu{list-style:none;padding:0;}.posts li{margin-bottom:8px;}.posts li span{display:block;font-size:90%;}#menu li{display:inline-block;margin-right:8px;}.footnotes{font-size:90%;} + a:link{text-decoration:none;}a:visited{text-decoration:none;}a:hover{text-decoration:underline;}a:active{text-decoration:underline;}</style> </head> <nav id="top"> |