|
12 | 12 | .repository .ui.segment.sub-menu .list .item a{color:#dbdbdb}
|
13 | 13 | .ui.horizontal.segments>.segment{background-color:#383c4a}
|
14 | 14 | body{background:#383c4a;color:#9e9e9e}
|
15 |
| -*,body,html{scrollbar-width:thin;scrollbar-color:#2a2a2a #fff} |
| 15 | +*,body,html{scrollbar-width:thin;scrollbar-color:#87ab63 #fff} |
16 | 16 | body ::-webkit-scrollbar,body::-webkit-scrollbar,html ::-webkit-scrollbar,html::-webkit-scrollbar{-webkit-appearance:none;width:10px;height:10px}
|
17 | 17 | 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)}
|
18 |
| -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:rgba(255,255,255,.25)} |
19 |
| -body ::-webkit-scrollbar-thumb:window-inactive,body::-webkit-scrollbar-thumb:window-inactive,html ::-webkit-scrollbar-thumb:window-inactive,html::-webkit-scrollbar-thumb:window-inactive{background:rgba(255,255,255,.15)} |
20 |
| -body ::-webkit-scrollbar-thumb:hover,body::-webkit-scrollbar-thumb:hover,html ::-webkit-scrollbar-thumb:hover,html::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.35)} |
| 18 | +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} |
| 19 | +body ::-webkit-scrollbar-thumb:window-inactive,body::-webkit-scrollbar-thumb:window-inactive,html ::-webkit-scrollbar-thumb:window-inactive,html::-webkit-scrollbar-thumb:window-inactive{background:#87ab63} |
| 20 | +body ::-webkit-scrollbar-thumb:hover,body::-webkit-scrollbar-thumb:hover,html ::-webkit-scrollbar-thumb:hover,html::-webkit-scrollbar-thumb:hover{background:#87ab63} |
21 | 21 | a{color:#87ab63}
|
22 | 22 | a:hover{color:#a0cc75}
|
23 | 23 | .ui.card>.extra a:not(.ui):hover,.ui.cards>.card>.extra a:not(.ui):hover{color:#a0cc75}
|
|
0 commit comments