diff options
author | Bradley Taunt <bt@btxx.org> | 2024-08-14 09:08:10 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-08-14 09:08:10 -0400 |
commit | 135c48b2dea5763feabb47606f71ebd713d6567a (patch) | |
tree | 6ea141119769daf4b2c85a6d75c00c9a1de35aa4 /header.html | |
parent | 666a32a200354846aef1c87046dd213ad17868d9 (diff) |
Switch over to wruby, include new TUI browsers, extras page
Diffstat (limited to 'header.html')
-rw-r--r-- | header.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/header.html b/header.html index 197f71e..24e5d50 100644 --- a/header.html +++ b/header.html @@ -3,10 +3,13 @@ <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> + <meta name="color-scheme" content="dark light"> <link rel="icon" href="data:,"> <title>{{TITLE}}</title> <link href="https://jsfree.org/atom.xml" 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;}img{max-width:100%;}pre{overflow:auto;}abbr{background:yellow;color:blue;cursor:help;}nav a.menu{float:right;}.logo{display:block;max-width:60px;}</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%;}abbr{background:yellow;color:blue;cursor:help;}nav a.menu{float:right;}.logo{display:block;max-width:60px;}</style> </head> <nav> |