Browse Source

Fix hash buttons colors

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

+ 2 - 2
gogs/public/css/dark-gogs.dev.css

@@ -1003,8 +1003,8 @@ label[for=org_name] {
 
 
 .ui.blue.label,
 .ui.blue.label,
 .ui.blue.labels .label {
 .ui.blue.labels .label {
-	background-color: #58a6ff !important;
-	color: #c9d1d9 !important;
+	background-color: #1f6feb !important;
+	color: #fff !important;
 }
 }
 
 
 .repository .diff-file-box .file-body.file-code .lines-num {
 .repository .diff-file-box .file-body.file-code .lines-num {