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:
@@ -0,0 +1,8 @@
|
||||
/* Nav */
|
||||
.nav_admin {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.nav_report_urgent {
|
||||
color: var(--error);
|
||||
}
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user