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

44 lines
731 B
Sass

@import '_colors.sass'
body,
body.theme-light,
body.theme-dark,
body.theme-black
color: $gray-1
background-color: $gray-4
main
background-color: $gray-3
pre,
code
padding: 0.05rem 0.3rem
line-height: inherit
color: $gray-1
background-color: $gray-4
font-family: 'Consolas', monospace
.form-input,
.form-input:not(:focus)
color: $gray-1
border-color: $gray-2
background-color: $gray-4
width: 40rem
max-width: 40rem
min-width: 40rem
&::placeholder
color: $gray-2
hr,
section
border-color: $gray-2
blockquote
color: $gray-1
border-color: $gray-1
background-color: $gray-4
.table td, .table th
border-bottom: 1px solid $gray-3