diff options
Diffstat (limited to 'public/css/style.css')
-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 e55f07a..ff17b50 100755 --- a/public/css/style.css +++ b/public/css/style.css @@ -269,6 +269,7 @@ body, html { text-overflow: ""; overflow: hidden; max-width: 62px; + color: #fff; } .remove-attendee { @@ -345,4 +346,4 @@ body, html { .code { font-family: 'Courier New', Courier, monospace; overflow-wrap: anywhere; -}
\ No newline at end of file +} |