Browse Source

Fix edit file commit form colors

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

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

@@ -1187,3 +1187,17 @@ label[for=org_name] {
 	background-color: #454a57;
 	color: #d7d7d7;
 }
+
+.repository.file.editor .commit-form-wrapper .commit-form {
+	border: 1px solid #28313d;
+}
+
+.repository.file.editor .commit-form-wrapper .commit-form:before,
+.repository.file.editor .commit-form-wrapper .commit-form:after {
+	border-right-color: #161b22;
+}
+
+.repository.file.editor .commit-form-wrapper .commit-form .quick-pull-choice .branch-name {
+	background-color: #454a57;
+	color: #d7d7d7;
+}