diff options
author | Bradley Taunt <bt@btxx.org> | 2024-09-30 08:10:23 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-09-30 08:10:23 -0400 |
commit | 11a10268867875fefaa00270cb67b8e3e2eadd7a (patch) | |
tree | b3b691da866401fe47a0e89c2e9b881ed54a3c91 /header.html | |
parent | 126933771a525a43a6d3de3dbccf5a6ca6980bf2 (diff) |
Use external stylesheet instead of inline, cleanup structure slightly, README update
Diffstat (limited to 'header.html')
-rw-r--r-- | header.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/header.html b/header.html index ea7c0b9..5f80a93 100644 --- a/header.html +++ b/header.html @@ -7,13 +7,11 @@ <link rel="icon" href="data:,"> <title>{{TITLE}}</title> <link href="/index.rss" type="application/rss+xml" rel="alternate" title="RSS 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> + <link rel="stylesheet" href="/public/style.css"> </head> <nav id="top"> - <a href="/">Home</a><span> | </span><a href="#menu">Menu ↓</a> + <a href="/">Home</a><a href="#menu">Menu ↓</a> </nav> <main> |