Add new-topic styling, fixes #2
This commit is contained in:
parent
dc30f5dca4
commit
673b77832b
|
@ -0,0 +1,15 @@
|
|||
@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
|
|
@ -8,6 +8,7 @@
|
|||
@import '_html-tags.sass'
|
||||
@import '_listing-options.sass'
|
||||
@import '_messages.sass'
|
||||
@import '_new-topic.sass'
|
||||
@import '_sidebar.sass'
|
||||
@import '_site-header.sass'
|
||||
@import '_tildes-extended.sass'
|
||||
|
|
Loading…
Reference in New Issue