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 code-expansion arc-green theme bug (
#10180
)
* fix code-expansion theme bug * working solution without important * no new color * the midle
tags/v1.12.0-dev
6543
GitHub
5 years ago
parent
4e747cf477
commit
42f552d285
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
web_src/less/themes/theme-arc-green.less
+ 3
- 0
web_src/less/themes/theme-arc-green.less
View File
@@ -1109,6 +1109,9 @@ input {
.lines-code .hljs {
background-color: #2a2e3a !important;
}
td.blob-excerpt {
background-color: rgba(0, 0, 0, 0.15);
}
.code-view .active {
background: #554a00;
Write
Preview
Loading…
Cancel
Save