diff options
author | Bradley Taunt <brad@bt.ht> | 2023-12-12 14:04:58 -0500 |
---|---|---|
committer | Bradley Taunt <brad@bt.ht> | 2023-12-12 14:04:58 -0500 |
commit | f955f41325902208cb20940329d2ba8503de5c0a (patch) | |
tree | 81bf27422373a3455f354a753655fd982ce7b976 | |
parent | 998e031839144451451e80c0000fa4c3b96c2dbc (diff) |
Tabbed backgrounds
-rw-r--r-- | local.css | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,4 +26,5 @@ table td{padding:8px;} a{color:goldenrod;} .pageheader,.sidebar{background:black;color:white !important;} pre,code{background:black;} + .pageheader .actions ul li{background:#2d2d2d;} } |