From: danix Date: Tue, 28 Feb 2023 12:58:53 +0000 (+0100) Subject: page navigation colors must match. X-Git-Url: https://git.danix.xyz/?p=gitweb-theme-danix.git;a=commitdiff_plain;h=eb69c405d09bac7c13cae0683472173bfbabb093 page navigation colors must match. --- diff --git a/gitweb-danixland/gitweb.css b/gitweb-danixland/gitweb.css index ad80322..8fb2f18 100644 --- a/gitweb-danixland/gitweb.css +++ b/gitweb-danixland/gitweb.css @@ -390,9 +390,9 @@ th .header { .page_path, .search { width: 94%; - background: #eaeaea; - color: #545454; - border: 1px solid #d8d8d8; + background: var(--fg); + color: var(--bg); + border: 1px solid var(--border); padding: 5px; margin: 0 auto 15px auto; }