Skip to content

Commit b0ec148

Browse files
committed
Blockquote/Textarea focus effect working in dark theme (#72)
Signed-off-by: Daniell Mesquita <[email protected]>
1 parent 27cdf42 commit b0ec148

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

css/dark-common.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,12 @@ code {
4141
background: #1E2429!important;
4242
color: #8e9194!important;
4343
}
44+
.blockquote, blockquote:active{background:transparent!important}
4445
.textarea, textarea {
4546
background: #1E2429!important;
4647
color: #8e9194!important;
4748
}
49+
.textarea, textarea:focus{background: transparent!important}
4850
button:not(.md-button) {
4951
background: #000!important;
5052
color: #a7a7a7!important;

0 commit comments

Comments
 (0)