summaryrefslogtreecommitdiff
path: root/cgit.css
diff options
context:
space:
mode:
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 f02c155..151edd8 100644
--- a/cgit.css
+++ b/cgit.css
@@ -133,7 +133,7 @@ div#cgit div.path {
padding: 5px 2em 6px 2em;
/*! color: ; */
background-color: darkmagenta;
- border-radius: 0 0 10px 10px;
+ border-radius: 10px 10px 0 10px;
}
div#cgit div.content {
@@ -249,7 +249,7 @@ div#cgit table.list td a {
div#cgit table.list td a.ls-dir {
font-weight: bold;
- color: #00f;
+ color: aqua;
}
div#cgit table.list td a:hover {