diff options
author | Adam Stück <adam@adast.dk> | 2024-08-08 14:55:05 +0200 |
---|---|---|
committer | Adam Stück <adam@adast.dk> | 2024-08-08 19:02:38 +0200 |
commit | 3aa7a93a05b1e6d5e14af5adc4347a09f01b36c7 (patch) | |
tree | 52de373521d3515f7ab86d9f0dfc4f603e628553 /header.html | |
parent | abfcc5915274c8872530ef424d7715bf9183755a (diff) |
design tweaks
Updated barf
Dropped /about in favour of individual pages (again)
Shamelessly copying Bradley Taunt's [1] latest website design changes.
Minor content edits
1: http://btxx.org
Diffstat (limited to 'header.html')
-rw-r--r-- | header.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/header.html b/header.html index a320db6..5cd59d6 100644 --- a/header.html +++ b/header.html @@ -7,11 +7,13 @@ <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;margin:0 auto;max-width:650px;padding:1rem;}img{max-width:100%;}pre{overflow:auto;}table{text-align:left;width:100%;}</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%;}</style> </head> -<nav> - <a href="#menu">Menu ↓</a> +<nav id="top"> + <a href="/">Home</a><span> | </span><a href="#menu">Menu ↓</a> </nav> <main> |