File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -399,6 +399,17 @@ header.top-bar
399399 }
400400 }
401401 }
402+ .s-pagination--item
403+ {
404+ border-color : $background-light !important ;
405+ & :hover ,
406+ & .is-selected
407+ {
408+ color : $light !important ;
409+ background : $stress2 !important ;
410+ border-color : $stress2 !important ;
411+ }
412+ }
402413}
403414// }}}
404415// right side bar {{{
@@ -587,3 +598,18 @@ header.top-bar
587598 }
588599}
589600// }}}
601+ // inline code {{{
602+ // code in answer|question
603+ .s-prose * :not (.s-code-block )>code ,
604+ // code in comments
605+ .comment-text code
606+ {
607+ background : $background-dark !important ;
608+ color : $light !important ;
609+ }
610+ // surrounding around color
611+ .s-prose pre :not (.s-code-block )
612+ {
613+ background : $background-dark !important ;
614+ }
615+ // }}}
You can’t perform that action at this time.
0 commit comments