Browse Source

Fix tabs and editor colors

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

+ 6 - 1
gogs/public/css/dark-gogs.dev.css

@@ -338,7 +338,7 @@ a.ui.labels .label:hover {
 
 .ui.tabular.menu .active.item {
 	background: none #0d1117;
-	border-color: transparent;
+	border-color: #30363d;
 	color: #c9d1d9;
 }
 
@@ -1111,6 +1111,11 @@ label[for=org_name] {
 	border-left: 1px solid #fff;
 }
 
+.CodeMirror-gutters {
+	background-color: #161b22;
+	border-right: 1px solid #30363d;
+}
+
 .user.settings .email.list .item:not(:first-child) {
 	border-top: 1px solid rgba(224, 224, 224, 0.6);
 }