Browse Source

Better repo files list lines

Volodymyr Tkach 2 years ago
parent
commit
a69e4273b9
1 changed files with 4 additions and 0 deletions
  1. 4 0
      gogs/public/css/dark-gogs.dev.css

+ 4 - 0
gogs/public/css/dark-gogs.dev.css

@@ -1088,3 +1088,7 @@ label[for=org_name] {
 .ui.menu .item.disabled:hover {
 .ui.menu .item.disabled:hover {
 	color: #4a4f55 !important;
 	color: #4a4f55 !important;
 }
 }
+
+.ui.table tr td {
+	border-top: 1px solid rgb(50, 56, 62);
+}