docs: scope style rules

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7681
GitOrigin-RevId: 03d8e8a237cf3cfa77a1f21267706b9297dccb90
This commit is contained in:
Rob Dominguez 2023-01-27 09:17:15 -06:00 committed by hasura-bot
parent 128f8ca41e
commit 59eedc2fbf

View File

@ -127,9 +127,13 @@ html[data-theme='dark'] {
}
html[data-theme='dark'] {
input,
textarea {
background-color: white;
.feedback {
input,
textarea {
background-color: var(--color-gray-74);
color: white;
}
}
}