16 lines
317 B
Sass
16 lines
317 B
Sass
|
@import '_colors.sass'
|
||
|
|
||
|
#new-topic
|
||
|
fieldset,
|
||
|
.divider
|
||
|
border-color: $background !important
|
||
|
|
||
|
.divider::after
|
||
|
color: $foreground !important
|
||
|
background: $background !important
|
||
|
|
||
|
input
|
||
|
color: $foreground !important
|
||
|
background-color: $background !important
|
||
|
border-color: $comment !important
|