Add input to html tags styling
This commit is contained in:
parent
2f44941519
commit
cfae193ddb
|
@ -33,7 +33,7 @@
|
||||||
main { font-family: sans-serif; }
|
main { font-family: sans-serif; }
|
||||||
main, aside { background-color: #44475a !important; }
|
main, aside { background-color: #44475a !important; }
|
||||||
blockquote { border-color: #f8f8f2 !important; background-color: #282a36 !important; }
|
blockquote { border-color: #f8f8f2 !important; background-color: #282a36 !important; }
|
||||||
textarea { border-color: #6272a4 !important; background-color: #282a36 !important; color: #f8f8f2 !important; }
|
textarea, input { border-color: #6272a4 !important; background-color: #282a36 !important; color: #f8f8f2 !important; }
|
||||||
tr { background-color: #282a36 !important; }
|
tr { background-color: #282a36 !important; }
|
||||||
td { border-color: #44475a !important; border-bottom-width: 0.2rem !important; }
|
td { border-color: #44475a !important; border-bottom-width: 0.2rem !important; }
|
||||||
pre, code { border: none !important; background-color: #282a36 !important; color: #f8f8f2 !important; }
|
pre, code { border: none !important; background-color: #282a36 !important; color: #f8f8f2 !important; }
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
main { font-family: sans-serif; }
|
main { font-family: sans-serif; }
|
||||||
main, aside { background-color: #44475a !important; }
|
main, aside { background-color: #44475a !important; }
|
||||||
blockquote { border-color: #f8f8f2 !important; background-color: #282a36 !important; }
|
blockquote { border-color: #f8f8f2 !important; background-color: #282a36 !important; }
|
||||||
textarea { border-color: #6272a4 !important; background-color: #282a36 !important; color: #f8f8f2 !important; }
|
textarea, input { border-color: #6272a4 !important; background-color: #282a36 !important; color: #f8f8f2 !important; }
|
||||||
tr { background-color: #282a36 !important; }
|
tr { background-color: #282a36 !important; }
|
||||||
td { border-color: #44475a !important; border-bottom-width: 0.2rem !important; }
|
td { border-color: #44475a !important; border-bottom-width: 0.2rem !important; }
|
||||||
pre, code { border: none !important; background-color: #282a36 !important; color: #f8f8f2 !important; }
|
pre, code { border: none !important; background-color: #282a36 !important; color: #f8f8f2 !important; }
|
||||||
|
|
|
@ -21,7 +21,8 @@ blockquote
|
||||||
border-color: $foreground !important
|
border-color: $foreground !important
|
||||||
background-color: $background !important
|
background-color: $background !important
|
||||||
|
|
||||||
textarea
|
textarea,
|
||||||
|
input
|
||||||
border-color: $comment !important
|
border-color: $comment !important
|
||||||
background-color: $background !important
|
background-color: $background !important
|
||||||
color: $foreground !important
|
color: $foreground !important
|
||||||
|
|
Loading…
Reference in New Issue