mirror of
https://github.com/discourse/discourse.git
synced 2025-05-18 05:32:31 +08:00
UX: change textarea background color based on theme on mobile
This commit is contained in:
parent
52c3b0b0ce
commit
cde49ba83c
@ -4,6 +4,9 @@
|
||||
|
||||
body {
|
||||
background-color: $secondary;
|
||||
textarea {
|
||||
background-color:$secondary;
|
||||
}
|
||||
}
|
||||
|
||||
// This sets the space between the application content and the edge of the
|
||||
|
Loading…
x
Reference in New Issue
Block a user