mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
docs: scope style rules
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7681 GitOrigin-RevId: 03d8e8a237cf3cfa77a1f21267706b9297dccb90
This commit is contained in:
parent
128f8ca41e
commit
59eedc2fbf
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user