summaryrefslogtreecommitdiff
path: root/cgit.css
diff options
context:
space:
mode:
authorPhysick <mynameisgennadiy@vk.com>2026-05-08 15:45:06 +0500
committerPhysick <mynameisgennadiy@vk.com>2026-05-08 15:45:06 +0500
commitc2cb819cc3d0260bf9c61314459a9091ec62ce29 (patch)
treea8bacf25bbd657b354dc64cdf8407d060dffeaad /cgit.css
parent8cb5174a5194800be79af95b5d46530a15ba0be3 (diff)
Removed abyssimal blue linksHEADmaster
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgit.css b/cgit.css
index 2f1b7e9..1d2b334 100644
--- a/cgit.css
+++ b/cgit.css
@@ -293,11 +293,11 @@ div#cgit table.list td a {
div#cgit table.list td a.ls-dir {
font-weight: bold;
- color: #00f;
+ color: var(--colorscheme-red);
}
div#cgit table.list td a:hover {
- color: #00f;
+ color: var(--colorscheme-red);
}
div#cgit img {