diff options
author | Darius Kazemi <darius.kazemi@gmail.com> | 2019-12-15 13:07:50 -0800 |
---|---|---|
committer | Darius Kazemi <darius.kazemi@gmail.com> | 2019-12-15 13:07:50 -0800 |
commit | f1e62ef6fa94c3cfb6afadd0dc865f5c502a6a60 (patch) | |
tree | 11cd3ace4b401c01cc5d779b938e6285bdb05f8d /public | |
parent | b8d8d5fcd29f3c5492491e3482319e0efc838030 (diff) |
Big refactor and new features
Diffstat (limited to 'public')
-rwxr-xr-x | public/css/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/css/style.css b/public/css/style.css index 4085875..681273b 100755 --- a/public/css/style.css +++ b/public/css/style.css @@ -268,6 +268,7 @@ body, html { text-overflow: ""; overflow: hidden; max-width: 62px; + color: #fff; } .remove-attendee { @@ -337,4 +338,4 @@ body, html { .code { font-family: 'Courier New', Courier, monospace; overflow-wrap: anywhere; -}
\ No newline at end of file +} |