1
Fork 0

Add input to html tags styling

This commit is contained in:
Bauke 2018-06-16 13:42:19 +02:00
parent 2f44941519
commit cfae193ddb
No known key found for this signature in database
GPG Key ID: 2E60C4161D9ECCB2
3 changed files with 4 additions and 3 deletions

View File

@ -33,7 +33,7 @@
main { font-family: sans-serif; }
main, aside { background-color: #44475a !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; }
td { border-color: #44475a !important; border-bottom-width: 0.2rem !important; }
pre, code { border: none !important; background-color: #282a36 !important; color: #f8f8f2 !important; }

View File

@ -43,7 +43,7 @@
main { font-family: sans-serif; }
main, aside { background-color: #44475a !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; }
td { border-color: #44475a !important; border-bottom-width: 0.2rem !important; }
pre, code { border: none !important; background-color: #282a36 !important; color: #f8f8f2 !important; }

View File

@ -21,7 +21,8 @@ blockquote
border-color: $foreground !important
background-color: $background !important
textarea
textarea,
input
border-color: $comment !important
background-color: $background !important
color: $foreground !important