Maintain nitro orange line in theme.css rather than banner.css so that banner changes don't remove it.

This commit is contained in:
2026-08-26 17:40:23 +00:00
parent 56fd5f854d
commit a27958117f
2 changed files with 5 additions and 6 deletions
-6
View File
@@ -2,12 +2,6 @@
(inlined by the backend into #page-banner), in neutral dark greys that
follow the page's color scheme. */
/* Bezier-swept banner with wide orange stripes (inlined SVG), separated
from the page by a straight orange blade. */
#banner {
border-bottom: 4px solid var(--accent);
}
/* Banner artwork dark tones: neutral greys in light mode (retinted to the
page's violet family by the dark-scheme block below). */
.nb-base {
+5
View File
@@ -65,6 +65,11 @@
background: var(--accent);
}
/* Any banner used is separated from page by a thick orange line */
#banner {
border-bottom: 4px solid var(--accent);
}
/* Oversized outlined brand, spilling off the banner edge: orange stroke,
solid black fill. */
#brand {