File tree 3 files changed +8
-6
lines changed
3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 163
163
<meta property="og:site_name" content="{{AppName}}" />
164
164
{{if .IsSigned }}
165
165
{{ if ne .SignedUser.Theme "gitea" }}
166
- <link rel="stylesheet" href="{{StaticUrlPrefix}}/css/theme-{{.SignedUser.Theme}}.css">
166
+ <link rel="stylesheet" href="{{StaticUrlPrefix}}/css/theme-{{.SignedUser.Theme}}.css?v={{MD5 AppVer}} ">
167
167
{{end}}
168
168
{{else if ne DefaultTheme "gitea"}}
169
- <link rel="stylesheet" href="{{StaticUrlPrefix}}/css/theme-{{DefaultTheme}}.css">
169
+ <link rel="stylesheet" href="{{StaticUrlPrefix}}/css/theme-{{DefaultTheme}}.css?v={{MD5 AppVer}} ">
170
170
{{end}}
171
171
{{template "custom/header" .}}
172
172
</head>
Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ var urlsToCache = [
33
33
'{{StaticUrlPrefix}}/vendor/plugins/dropzone/dropzone.css',
34
34
{{if .IsSigned }}
35
35
{{ if ne .SignedUser.Theme "gitea" }}
36
- '{{StaticUrlPrefix}}/css/theme-{{.SignedUser.Theme}}.css',
36
+ '{{StaticUrlPrefix}}/css/theme-{{.SignedUser.Theme}}.css?v={{MD5 AppVer}} ',
37
37
{{end}}
38
38
{{else if ne DefaultTheme "gitea"}}
39
- '{{StaticUrlPrefix}}/css/theme-{{DefaultTheme}}.css',
39
+ '{{StaticUrlPrefix}}/css/theme-{{DefaultTheme}}.css?v={{MD5 AppVer}} ',
40
40
{{end}}
41
41
42
42
// img
Original file line number Diff line number Diff line change @@ -305,7 +305,8 @@ footer {
305
305
color : #dbdbdb ;
306
306
}
307
307
308
- .ui.label {
308
+ .ui.label ,
309
+ .ui.label.basic {
309
310
color : #dbdbdb ;
310
311
background-color : #404552 ;
311
312
}
@@ -400,7 +401,8 @@ a.ui.basic.green.label:hover {
400
401
}
401
402
402
403
.ui.blue.label ,
403
- .ui.blue.labels .label {
404
+ .ui.blue.labels .label ,
405
+ .repository .segment.reactions .ui.label.basic.blue {
404
406
background-color : #26577b !important ;
405
407
border-color : #26577b !important ;
406
408
}
You can’t perform that action at this time.
0 commit comments