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

54 lines
891 B
Sass
Raw Normal View History

2018-06-15 12:41:58 +00:00
@import '_colors.sass'
body
color: $foreground !important
background-color: $background !important
a
color: $cyan !important
header a
color: $foreground !important
main
font-family: sans-serif
main,
aside
background-color: $selection !important
blockquote
border-color: $foreground !important
background-color: $background !important
2018-06-16 11:42:19 +00:00
textarea,
input
2018-06-15 12:41:58 +00:00
border-color: $comment !important
background-color: $background !important
color: $foreground !important
tr
background-color: $background !important
td
border-color: $selection !important
border-bottom-width: 0.2rem !important
pre,
code
border: none !important
background-color: $background !important
color: $foreground !important
pre
padding: 5px 10px !important
code
padding: 0 !important
section
border-color: $background !important
footer
background-color: $background !important