This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fix dark theme diff box header backround color (
#4674
)
for-closed-social
Lauris BH
6 years ago
committed by
Lunny Xiao
parent
ce7c64c7e1
commit
6e68b61479
2 changed files
with
9 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
public/css/theme-arc-green.css
+8
-1
public/less/themes/arc-green.less
+ 1
- 1
public/css/theme-arc-green.css
File diff suppressed because it is too large
View File
+ 8
- 1
public/less/themes/arc-green.less
View File
@ -760,8 +760,15 @@
.CodeMirror {
color: #9daccc;
background-color: #2b2b2b;
border-top: none;
border-top: none;
}
.CodeMirror-gutters{
background-color: #2b2b2b;
}
.repository .diff-detail-box {
background-color: inherit;
.detail-files {
background-color: inherit;
}
}
Write
Preview
Loading…
Cancel
Save