diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-08-18 01:30:58 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-08-18 01:30:58 +0100 |
commit | 39ff6c840f79488b1461688899cff105fce62043 (patch) | |
tree | c7c91554885dc08e3d3fa785f1d81176e7d7c0a5 | |
parent | make text font sizes consistent (diff) | |
download | synapse-39ff6c840f79488b1461688899cff105fce62043.tar.xz |
make my emotes white again
-rw-r--r-- | webclient/app.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webclient/app.css b/webclient/app.css index 750483b273..b9e7771ca8 100644 --- a/webclient/app.css +++ b/webclient/app.css @@ -236,6 +236,10 @@ h1 { background-color: #f8f8ff ! important; } +.mine .emote { + background-color: #fff ! important; +} + .mine .text .bubble { text-align: left ! important; } |