diff options
author | lonkaars <l.leblansch@gmail.com> | 2020-11-13 17:36:32 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2020-11-13 17:36:32 +0100 |
commit | 47bbee4a98ad6317032f3c72886db797f9b703f3 (patch) | |
tree | 180394c57e5e21e5fef7724bd3606973b0758075 | |
parent | 1d928b8b8f492d207b23484265f03c6587af1d30 (diff) |
another oopsie
-rw-r--r-- | .config/BetterDiscord/themes/MinimalCord.theme.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/BetterDiscord/themes/MinimalCord.theme.css b/.config/BetterDiscord/themes/MinimalCord.theme.css index 81f7701..873738d 100644 --- a/.config/BetterDiscord/themes/MinimalCord.theme.css +++ b/.config/BetterDiscord/themes/MinimalCord.theme.css @@ -60,6 +60,11 @@ background: var(--background) !important; } +.da-channelTextArea > div { + box-shadow: none !important; + background: var(--background) !important; +} + .da-form::before { background: transparent !important; } |