1
Fork 0
userstyles/styles/tildes-dracula/_tildes-extended.sass

34 lines
695 B
Sass
Executable File

@import '_colors.sass'
.label-edit-box
background-color: $background !important
color: $foreground !important
.user-label
border-radius: 0 !important
padding: 1px 3px !important
.bg-red
background-color: $red !important
color: $foreground !important
.bg-orangered
background-color: $orange !important
color: $background !important
.bg-orange
background-color: $yellow !important
color: $background !important
.bg-dodgerblue
background-color: $cyan !important
color: $background !important
.bg-forestgreen
background-color: $green !important
color: $background !important
.bg-slategray
background-color: $selection !important
color: $foreground !important