From a27958117f6363b8083dc540adc156c195df2368 Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Wed, 26 Aug 2026 17:40:23 +0000 Subject: [PATCH] Maintain nitro orange line in theme.css rather than banner.css so that banner changes don't remove it. --- pagerite/themes/nitro/banner.css | 6 ------ pagerite/themes/nitro/theme.css | 5 +++++ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/pagerite/themes/nitro/banner.css b/pagerite/themes/nitro/banner.css index 3afbb16..25b0a4c 100644 --- a/pagerite/themes/nitro/banner.css +++ b/pagerite/themes/nitro/banner.css @@ -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 { diff --git a/pagerite/themes/nitro/theme.css b/pagerite/themes/nitro/theme.css index c5424d7..6300993 100644 --- a/pagerite/themes/nitro/theme.css +++ b/pagerite/themes/nitro/theme.css @@ -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 {