page navigation colors must match.
authordanix <danix@danix.xyz>
Tue, 28 Feb 2023 12:58:53 +0000 (13:58 +0100)
committerdanix <danix@danix.xyz>
Tue, 28 Feb 2023 12:58:53 +0000 (13:58 +0100)
gitweb-danixland/gitweb.css

index ad80322..8fb2f18 100644 (file)
@@ -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;
 }