1
Fork 0
userstyles/sass/notabug-dracula/_html-tags.sass

31 lines
405 B
Sass

@import '_colors.sass'
body
color: $foreground
background-color: $selection
a
color: $cyan
&:hover,
&:active,
&:focus
color: $pink
blockquote,
.md blockquote
color: $foreground
background-color: $background
border-left-color: $foreground
hr,
.md hr
background-color: $comment
pre,
.md pre
color: $foreground
background-color: $selection
border-radius: 0
border: none