27 lines
458 B
Sass
27 lines
458 B
Sass
|
@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
|