From 818a817a17c9afe118a17b22bba477ac4e1afd29 Mon Sep 17 00:00:00 2001 From: cassowarii <2374677+cassowarii@users.noreply.github.com> Date: Mon, 27 Jul 2026 23:06:45 -0700 Subject: [PATCH] more tasteful olive --- static/gitweb-site.css | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/static/gitweb-site.css b/static/gitweb-site.css index 2b49dd3..3b97470 100644 --- a/static/gitweb-site.css +++ b/static/gitweb-site.css @@ -4,7 +4,7 @@ :root { --tasteful-olive-1: #B2D874; - --tasteful-olive-2: #91C659; + --tasteful-olive-2: #D9F0A2; } html { @@ -12,15 +12,8 @@ html { height: 100%; } -input[title^="Search project"] { - max-width: 50%; -} - -div.page_header, -div.page_footer { - height: unset; - overflow: auto; - background-color: var(--tasteful-olive-2); +body { + border: 1px solid var(--tasteful-olive-1); } a, @@ -30,12 +23,15 @@ div.page_header a:visited { color: #a4004d; } -div.page_footer_text { - color: black; +div.page_header, +div.page_footer { + height: unset; + overflow: auto; + background-color: var(--tasteful-olive-1); } -body { - border: 1px solid var(--tasteful-olive-2); +div.page_footer_text { + color: black; } div.page_body, @@ -44,6 +40,10 @@ div.patch { overflow-x: scroll; } +div.header { + background: var(--tasteful-olive-2); +} + table.projects_list tr td:first-child { /* "last change" text */ white-space: nowrap; @@ -69,6 +69,10 @@ td.link { font-size: 100%; } +input[title^="Search project"] { + max-width: 50%; +} + @media screen and (max-width: 720px) { body { box-sizing: border-box; -- 1.8.3.1