mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-25 09:34:16 -05:00
Fix composer options colors in glitch-soc light theme
This commit is contained in:
parent
9e17f9e95a
commit
1d40325e7c
@ -135,13 +135,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.composer--options {
|
.composer--options-wrapper {
|
||||||
background: lighten($ui-base-color, 10%);
|
background: lighten($ui-base-color, 10%);
|
||||||
box-shadow: unset;
|
}
|
||||||
|
|
||||||
& > hr {
|
.composer--options > hr {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.composer--options--dropdown--content--item {
|
.composer--options--dropdown--content--item {
|
||||||
|
Loading…
Reference in New Issue
Block a user