page navigation colors must match.
[gitweb-theme-danix.git] / 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;
 }