diff --git a/css/tildes-dracula/tildes-dracula.css b/css/tildes-dracula/tildes-dracula.css index 0ef31a4..5795667 100755 --- a/css/tildes-dracula/tildes-dracula.css +++ b/css/tildes-dracula/tildes-dracula.css @@ -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; } diff --git a/css/tildes-dracula/tildes-dracula.user.css b/css/tildes-dracula/tildes-dracula.user.css index cc67aec..a6d05b5 100755 --- a/css/tildes-dracula/tildes-dracula.user.css +++ b/css/tildes-dracula/tildes-dracula.user.css @@ -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; } diff --git a/sass/tildes-dracula/_html-tags.sass b/sass/tildes-dracula/_html-tags.sass index 8267d28..90957f8 100644 --- a/sass/tildes-dracula/_html-tags.sass +++ b/sass/tildes-dracula/_html-tags.sass @@ -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