1
Fork 0
userstyles/styles/tildes-dracula/_listing-options.sass

27 lines
458 B
Sass
Executable File

@import '_colors.sass'
.tab
border-color: $comment !important
.tab-item
a
color: $foreground !important
a:hover
color: $cyan !important
.tab-item.active
a
color: $cyan !important
border-bottom-color: $cyan !important
.tab-listing-order
border-color: $comment !important
.form-select
border-color: $comment !important
&:not([multiple])
&:not([size])
background-color: $selection !important