summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorDarius Kazemi <darius.kazemi@gmail.com>2019-12-15 13:07:50 -0800
committerDarius Kazemi <darius.kazemi@gmail.com>2019-12-15 13:07:50 -0800
commitf1e62ef6fa94c3cfb6afadd0dc865f5c502a6a60 (patch)
tree11cd3ace4b401c01cc5d779b938e6285bdb05f8d /public
parentb8d8d5fcd29f3c5492491e3482319e0efc838030 (diff)
Big refactor and new features
Diffstat (limited to 'public')
-rwxr-xr-xpublic/css/style.css3
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
+}