1
Fork 0
userstyles/sass/notabug-dracula/_content.sass

49 lines
689 B
Sass

@import '_colors.sass'
.thing
.title
color: $cyan
&:hover,
&:active,
&:focus
color: $pink
&:visited
color: $pink
.domain,
.domain a,
.search-result-meta a,
.tagline a
color: $green
.link .rank,
.search-result-meta,
.tagline
color: $foreground
.entry .buttons li a
color: $green
.next-suggestions,
.nextprev
color: $foreground
.next-suggestions a,
.nextprev a
margin: 0px 4px
padding: 4px
border: 1px solid $background
border-radius: 0
color: $foreground
background-color: $background
&:hover,
&:active,
&:focus
border: 1px solid $background
border-radius: 0
color: $foreground
background-color: $comment