Browse Source

Fix colors in attachments in issues

Volodymyr Tkach 1 year ago
parent
commit
db760abc6f

File diff suppressed because it is too large
+ 0 - 0
gogs/public/css/dark-gogs.css


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

@@ -849,6 +849,15 @@ span.ui.basic.yellow.label {
 	opacity: 0.6;
 	opacity: 0.6;
 }
 }
 
 
+.repository.view.issue .comment-list .comment .content>.bottom.segment {
+	background: #21262d !important;
+}
+
+.repository.view.issue .comment-list .comment .content>.bottom.segment a {
+	background-color: #161b22 !important;
+	border: solid 1px #28313d;
+}
+
 /* Pull requests */
 /* Pull requests */
 .ui.header .sub.header {
 .ui.header .sub.header {
 	color: #c9d1d9 !important;
 	color: #c9d1d9 !important;

+ 1 - 1
gogs/templates/inject/head.tmpl

@@ -1,5 +1,5 @@
 <!-- Custom CSS overrides -->
 <!-- Custom CSS overrides -->
-<link rel="stylesheet" href="/css/dark-gogs.css">
+<link rel="stylesheet" href="/css/dark-gogs.css?v=2">
 
 
 {{if or .PageIsExploreRepositories (or .PageIsHome .PageIsWiki) }}
 {{if or .PageIsExploreRepositories (or .PageIsHome .PageIsWiki) }}
 	<meta name="robots" content="nofollow"/>
 	<meta name="robots" content="nofollow"/>

Some files were not shown because too many files changed in this diff