Fix placeholder color issue for selects
This commit is contained in:
12
client/scss/app.scss
vendored
12
client/scss/app.scss
vendored
@@ -29,6 +29,18 @@ body.dark * {
|
||||
h2 {
|
||||
@apply text-3xl font-semibold;
|
||||
}
|
||||
|
||||
p, div {
|
||||
@apply text-gray-900 dark:text-white text-inherit;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
@apply text-gray-900 dark:text-white text-inherit;
|
||||
}
|
||||
|
||||
a {
|
||||
@apply text-blue-600 hover:underline text-inherit;
|
||||
}
|
||||
}
|
||||
|
||||
.bg-white {
|
||||
|
||||
Reference in New Issue
Block a user