This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Fix dark theme diff box header backround color (
#4674
)
master
Lauris BH
Lunny Xiao
6 years ago
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