Add initial navbar

This includes all boards, as well as report counts if the user is an
admin.

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2022-07-19 19:45:36 -07:00
parent 2fd9b17b37
commit 60441aa5d9
6 changed files with 60 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
/* Nav */
.nav_admin {
float: right;
}
.nav_report_urgent {
color: var(--error);
}

View File

@@ -6,6 +6,7 @@
--activated: #888;
--post-background: #d9d9d9;
--reply-background: #eee;
--error: #f00;
}
body {
@@ -169,6 +170,11 @@ th {
font-size: smaller;
}
/* Nav */
nav {
font-size: small;
}
/* Misc */
a:link {