[Glitch] Add high-contrast theme

This commit is contained in:
Thibaut Girka
2018-05-05 21:58:19 +02:00
parent caebf69e77
commit f7a076eded
5 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,14 @@
// components.scss
.compose-form {
.compose-form__modifiers {
.compose-form__upload {
&-description {
input {
&::placeholder {
opacity: 1.0;
}
}
}
}
}
}