1
Fork 0

Add new-topic styling, fixes #2

This commit is contained in:
Bauke 2018-06-16 13:19:56 +02:00
parent dc30f5dca4
commit 673b77832b
No known key found for this signature in database
GPG Key ID: 2E60C4161D9ECCB2
2 changed files with 16 additions and 0 deletions

View File

@ -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

View File

@ -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'