-rw-r--r-- | cgit.css | 14 |
1 files changed, 4 insertions, 10 deletions
@@ -139,16 +139,20 @@ table.list td { border: none; padding: 0.1em 0.5em 0.1em 0.5em; } table.list td a { color: black; } +table.list td a:hover { + color: #00f; +} + img { border: none; } input#switch-btn { margin: 2px 0px 0px 0px; } @@ -385,29 +389,19 @@ table.diff td div.del { table.list td.repogroup { font-style: italic; color: #888; } a.button { font-size: 80%; - color: #33c; -/* - background-color: #eee; - border: solid 1px #aaa; - margin: 0.1em 0.25em; -*/ padding: 0em 0.5em; } -a.button:hover { - text-decoration: underline; -} - a.primary { font-size: 100%; } a.secondary { font-size: 90%; } |