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
Dark theme for line numbers in blame view (
#12632
)
tags/v1.13.0-rc1
Mike L
GitHub
4 years ago
parent
0dbed1c7f7
commit
0b475fcd99
1 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-2
web_src/less/themes/theme-arc-green.less
+ 4
- 2
web_src/less/themes/theme-arc-green.less
View File
@@ -1446,11 +1446,13 @@ input {
background-color: #bbbbbb !important;
}
.lines-commit {
.lines-commit,
.blame .lines-num {
background: #2e323e !important;
}
.bottom-line {
.bottom-line,
.bottom-line:after {
border-color: #4e525e !important;
}
Write
Preview
Loading…
Cancel
Save