mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 04:01:29 -05:00
UX: change textarea background color based on theme on mobile
This commit is contained in:
parent
52c3b0b0ce
commit
cde49ba83c
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: $secondary;
|
background-color: $secondary;
|
||||||
|
textarea {
|
||||||
|
background-color:$secondary;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// This sets the space between the application content and the edge of the
|
// This sets the space between the application content and the edge of the
|
||||||
|
|
Loading…
Reference in a new issue