style: fix drop down arrow on dark mode

Signed-off-by: Seth Falco <seth@falco.fun>
This commit is contained in:
Seth Falco 2022-11-04 12:10:02 +00:00
parent a6a061d439
commit dc7b1367f6
No known key found for this signature in database
GPG key ID: DE1C217EFF01FEC8
2 changed files with 18 additions and 13 deletions

View file

@ -3,16 +3,16 @@
background-color: #111 !important; background-color: #111 !important;
color: #fff; color: #fff;
} }
.blue.darken-3 { .blue.darken-3 {
background-color: #1E5DA6 !important; background-color: #1E5DA6 !important;
} }
/* like in btn-delete-text */ /* like in btn-delete-text */
.btn-flat { .btn-flat {
color: #666; color: #666;
} }
.btn-switch-type { .btn-switch-type {
background-color: #333; background-color: #333;
color: #5CA8FF; color: #5CA8FF;
@ -29,18 +29,23 @@
background-color: #5CA8FF !important; background-color: #5CA8FF !important;
color: #fff; color: #fff;
} }
.btn-switch-language { .btn-switch-language {
color: #fff; color: #fff;
} }
.language-select:after {
border: solid #fff;
border-width: 0 2px 2px 0;
}
/* like in textarea */ /* like in textarea */
.card-content { .card-content {
border: 1px solid #444 !important; border: 1px solid #444 !important;
background-color: #222 !important; background-color: #222 !important;
color: #fff; color: #fff;
} }
.file-dropzone { .file-dropzone {
background: #222; background: #222;
border: 1px solid #444; border: 1px solid #444;
@ -54,7 +59,7 @@
option { option {
color: #fff; color: #fff;
background: #222; background: #222;
} }
textarea { textarea {
@ -66,7 +71,7 @@
.textarea-container { .textarea-container {
margin-top: 1rem; margin-top: 1rem;
} }
.code { .code {
border: 1px solid #444; border: 1px solid #444;
background: #222; background: #222;
@ -76,13 +81,13 @@
color: #fff; color: #fff;
text-shadow: 0 1px #000; text-shadow: 0 1px #000;
} }
.token.atrule, .token.atrule,
.token.attr-value, .token.attr-value,
.token.keyword { .token.keyword {
color: #40b5e8; color: #40b5e8;
} }
.language-css .token.string, .language-css .token.string,
.style .token.string, .style .token.string,
.token.entity, .token.entity,
@ -91,7 +96,7 @@
color: #eecfab; color: #eecfab;
background: hsla(0,0%,15%,.5); background: hsla(0,0%,15%,.5);
} }
.token.attr-name, .token.attr-name,
.token.builtin, .token.builtin,
.token.char, .token.char,
@ -100,7 +105,7 @@
.token.string { .token.string {
color: #acd25f; color: #acd25f;
} }
.token.boolean, .token.boolean,
.token.constant, .token.constant,
.token.deleted, .token.deleted,
@ -110,7 +115,7 @@
.token.tag { .token.tag {
color: #ff8bcc; color: #ff8bcc;
} }
.token.class-name, .token.function { .token.class-name, .token.function {
color: #ff7994; color: #ff7994;
} }

View file

@ -8,7 +8,7 @@ select {
} }
a { a {
text-decoration: underline; text-decoration: underline;
} }
#app { #app {