Skip to content

Commit e426d55

Browse files
committed
update stackoverflow style
match page numbering and code blocks
1 parent 6bd76c8 commit e426d55

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

stackoverflow.scss

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
// }}}

0 commit comments

Comments
 (0)