mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-02-12 06:00:54 +00:00
1. Udated category layout
2. Improved scoping and styling for links 3. Sidebar collapse improvements
This commit is contained in:
@ -167,6 +167,12 @@ p code {
|
||||
overflow-y: hidden;
|
||||
overflow-x: auto;
|
||||
}
|
||||
pre, .highlight, .gist-highlight {
|
||||
&::-webkit-scrollbar { height: .5em; background: rgba(#fff, .15); }
|
||||
//&::-webkit-scrollbar-track { -webkit-box-shadow: $base03 1px 1px 0 inset; }
|
||||
&::-webkit-scrollbar-thumb:horizontal { background: rgba(#fff, .2); -webkit-border-radius: 4px; border-radius: 4px }
|
||||
}
|
||||
|
||||
.highlight code { @extend .pre-code; background: #000;}
|
||||
figure {
|
||||
margin-bottom: 1.5em;
|
||||
|
||||
Reference in New Issue
Block a user