add titlebar

This commit is contained in:
Peter Harpending
2025-10-27 09:23:59 -07:00
parent 7815ae3c57
commit b55b0bd056
8 changed files with 75 additions and 30 deletions
+13
View File
@@ -25,6 +25,19 @@ body {
line-height: 1.4;
}
/* titlebar */
#titlebar {
background: var(--lgray2);
height: 40px;
width: 100%;
}
a.tb-home{
font-size: 30px;
text-decoration: none;
font-weight: bold;
}
.content {
max-width: 800px;