46 lines
607 B
Sass
46 lines
607 B
Sass
|
@import '_colors.sass'
|
||
|
|
||
|
body,
|
||
|
body.theme-light,
|
||
|
body.theme-dark,
|
||
|
body.theme-black
|
||
|
aside#sidebar
|
||
|
color: $gray-1
|
||
|
background-color: $gray-3
|
||
|
|
||
|
ul .label-topic-tag a
|
||
|
color: $gray-1
|
||
|
|
||
|
&:hover,
|
||
|
&:active,
|
||
|
&:focus
|
||
|
color: $pink
|
||
|
|
||
|
details .label-topic-tag
|
||
|
color: $gray-2
|
||
|
|
||
|
&:hover
|
||
|
color: $gray-1
|
||
|
cursor: default
|
||
|
|
||
|
|
||
|
aside#sidebar
|
||
|
.nav-item a
|
||
|
color: $yellow
|
||
|
|
||
|
&:hover,
|
||
|
&:active,
|
||
|
&:focus
|
||
|
color: $pink
|
||
|
|
||
|
details a.btn
|
||
|
margin-top: 0.4rem
|
||
|
|
||
|
dl a
|
||
|
color: $blue
|
||
|
|
||
|
&:hover,
|
||
|
&:active,
|
||
|
&:focus
|
||
|
color: $pink
|