Update style.css with forum index page style

This commit is contained in:
2023-06-08 18:44:12 -05:00
parent e6855498e3
commit 477661378f
2 changed files with 24 additions and 4 deletions

View File

@@ -70,6 +70,10 @@ table {
}
}
/* = STATUS */
.status.success, .output .success {color: var(--status-success);}
.status.error, .output .error {color: var(--status-error);}
/* = ARROW */
hr.arrow {
border: none; border-left: none;
@@ -967,12 +971,28 @@ body.library .lib.tiny > a {
min-width: 64px;
}
/* == FORUM */
body.forum .page-container .board-display {
background: var(--forum-header);
border: var(--forum-header-border);
font-family: var(--primary-font);
}
body.forum .page-container .board-display th,
body.forum .page-container .board-display td {
padding: 4px;
}
body.forum .page-container .board-display tr:not(tr:nth-child(1)) {
background: var(--forum-content);
border: var(--forum-content-border);
}
.status.success, .output .success {color: var(--status-success);}
.status.error, .output .error {color: var(--status-error);}
heading .button {
display: inline-block !important;