diff options
author | stuebinm | 2021-02-26 23:59:09 +0100 |
---|---|---|
committer | stuebinm | 2021-02-26 23:59:09 +0100 |
commit | 83b4e43930589e5b5a35a8d73eb967bbdb676a3f (patch) | |
tree | 1b1127a699cda9b2396ce72ed6561abc459941f6 | |
parent | 59560f00eff465eff919a7eefd9b0e49ede80174 (diff) |
better formatting for subdirectories
-rw-r--r-- | cgit.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 { |