aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--public/css/override.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/css/override.css b/public/css/override.css
index 54fed1d..3d3f467 100644
--- a/public/css/override.css
+++ b/public/css/override.css
@@ -95,6 +95,7 @@ a, .ui.breadcrumb a { color: #0366d6; }
.user.profile .ui.stackable.grid .eleven { width: 100% !important; }
.user.profile .ui.stackable.grid .five { display: none; }
+.repository.file.list #repo-files-table a:hover { text-decoration: underline; }
.repository.file.list #repo-files-table tr:hover, .ui.basic.table tbody tr:hover,
.repository #commits-table.ui.basic.striped.table tbody tr:hover:nth-child(2n) { background-color: #ffffe3 !important; }
.repository #commits-table td.author a:hover { text-decoration: underline; color: #0366d6; }