1
Fork 0
userstyles/sass/tildes-dracula/_new-topic.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