Skip to content

Commit 80eaef9

Browse files
Cherrgsapk
andcommitted
Update public/less/themes/arc-green.less
Co-Authored-By: Antoine GIRARD <[email protected]> Signed-off-by: Michael Gnehr <[email protected]>
1 parent 88e3f92 commit 80eaef9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/css/theme-arc-green.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
.repository .ui.segment.sub-menu .list .item a{color:#dbdbdb}
1313
.ui.horizontal.segments>.segment{background-color:#383c4a}
1414
body{background:#383c4a;color:#9e9e9e}
15-
*,body,html{scrollbar-width:thin;scrollbar-color:#87ab63 #fff}
15+
*,body,html{scrollbar-width:thin;scrollbar-color:#87ab63 rgba(255,255,255,.1)}
1616
body ::-webkit-scrollbar,body::-webkit-scrollbar,html ::-webkit-scrollbar,html::-webkit-scrollbar{-webkit-appearance:none;width:10px;height:10px}
1717
body ::-webkit-scrollbar-track,body::-webkit-scrollbar-track,html ::-webkit-scrollbar-track,html::-webkit-scrollbar-track{border-radius:0;background:rgba(255,255,255,.1)}
1818
body ::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb,html ::-webkit-scrollbar-thumb,html::-webkit-scrollbar-thumb{cursor:pointer;border-radius:5px;transition:color .2s ease;background:#87ab63}

public/less/themes/arc-green.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ html,
9191
body,
9292
* {
9393
scrollbar-width: thin;
94-
scrollbar-color: #87ab63 #ffffff;
94+
scrollbar-color: #87ab63 rgba(255,255,255,0.1);
9595
}
9696

9797
/* webkit scrollbars */

0 commit comments

Comments
 (0)