Browse Source

Issues labels colors

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

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

@@ -1152,3 +1152,8 @@ label[for=org_name] {
 #file-content {
 #file-content {
 	padding: 0 1px;
 	padding: 0 1px;
 }
 }
+
+.ui.label {
+	background-color: #454a57;
+	color: #d7d7d7;
+}