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

64 lines
1007 B
Sass
Raw Normal View History

2018-06-15 12:41:58 +00:00
@import '_colors.sass'
2018-06-24 12:13:59 +00:00
body:not(.theme),
body.theme-light,
body.theme-dark,
body.theme-black
color: $foreground
background-color: $background
a
color: $cyan
&:hover,
&:active,
&:focus
color: $pink
&:visited
color: $pink
hr
border-color: $foreground
2018-06-24 12:13:59 +00:00
main,
#sidebar
color: $foreground
background-color: $selection
2018-07-01 11:00:56 +00:00
fieldset
border-color: $comment
2018-06-24 12:13:59 +00:00
pre,
code
color: $foreground
background-color: $background
border: none
font-family: 'Space Mono', 'Iosevka', 'Fira Code', 'Consolas', monospace
blockquote
color: $foreground
background-color: $background
border-color: $foreground
figure,
section
border-color: $foreground
input,
textarea,
2018-07-01 11:00:56 +00:00
.form-input,
.form-input:not(:focus)
2018-06-24 12:13:59 +00:00
color: $foreground
border-color: $comment
background-color: $background
2018-06-15 12:41:58 +00:00
2018-07-04 22:16:05 +00:00
th
border-color: $comment
td
border-color: $selection
tbody tr:nth-of-type(n)
background-color: $background