27 lines
484 B
Sass
Executable File
27 lines
484 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
|