Browse Source

Enable borders

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

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

@@ -51,7 +51,7 @@ hr {
 
 
 .ui.top.attached.header {
 .ui.top.attached.header {
 	background: #21262d !important;
 	background: #21262d !important;
-	border-color: #21262d !important;
+	border-color: #30363d !important;
 	color: #e7e7e7 !important;
 	color: #e7e7e7 !important;
 }
 }
 
 
@@ -393,6 +393,7 @@ span.ui.basic.yellow.label {
 
 
 .ui.table {
 .ui.table {
 	background: #161b22;
 	background: #161b22;
+	border: 1px solid #30363d;
 	color: #c9d1d9;
 	color: #c9d1d9;
 }
 }
 
 
@@ -748,7 +749,7 @@ span.ui.basic.yellow.label {
 }
 }
 
 
 .ui.attached.segment {
 .ui.attached.segment {
-	border: transparent;
+	border: 1px solid #30363d;
 }
 }
 
 
 .ui.warning.message {
 .ui.warning.message {