diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-11-10 01:38:44 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-11-10 01:38:44 -0500 |
commit | eb0feef51166eeabd58993c484e85e0739285aa1 (patch) | |
tree | 200c93680df8ecbcf127cc59e2f940e9f8af4b90 /css/main.css | |
parent | 823e1786e016a0dce58ffda0506608f2a2fce932 (diff) | |
download | abaddon-portaudio-eb0feef51166eeabd58993c484e85e0739285aa1.tar.gz abaddon-portaudio-eb0feef51166eeabd58993c484e85e0739285aa1.zip |
use textviews in channel list + parse emojis
Diffstat (limited to 'css/main.css')
-rw-r--r-- | css/main.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/css/main.css b/css/main.css index 77e16bf..99b4ff8 100644 --- a/css/main.css +++ b/css/main.css @@ -21,7 +21,11 @@ .channel-row-label { padding: 5px; +} + +.channel-row-label, .channel-row-label text { color: #cfd8dc; + background: rgba(0, 0, 0, 0); } .channel-row:focus { |