diff options
author | Darius Kazemi <darius.kazemi@gmail.com> | 2020-01-06 22:42:43 -0800 |
---|---|---|
committer | Darius Kazemi <darius.kazemi@gmail.com> | 2020-01-06 22:42:43 -0800 |
commit | 8138b5757bed1beb9c21f1e32a3fc9920e989f49 (patch) | |
tree | 729c9c358a06853418be5b00458ee9b0f36ffa49 /public | |
parent | c5835cbdbcfe3abda637e298a89b36ebb058c22a (diff) | |
parent | 783a5fbc270452148a6bcc92cb37469e6da349d7 (diff) |
Merge branch 'master' of github.com:dariusk/gathio into newmaster
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 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 +} |