diff options
| author | ilotterytea <iltsu@alright.party> | 2025-08-04 23:47:23 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-08-04 23:47:23 +0500 |
| commit | 0ed045117c89a2db88ac340f9ec39329a304aa63 (patch) | |
| tree | 3279d6106ada582752d2024be2b91a269c01cfac /web/static | |
| parent | af7be5b590d1057fe4a4f79a0c4b2d68fdff5fa8 (diff) | |
upd: color the message if it starts with ACTION
Diffstat (limited to 'web/static')
| -rw-r--r-- | web/static/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/static/style.css b/web/static/style.css index a84bdc6..b85f9f5 100644 --- a/web/static/style.css +++ b/web/static/style.css @@ -64,4 +64,5 @@ table tr:last-child td { .message .nick { text-align: right; + text-shadow: 1px 1px 1px black; }
\ No newline at end of file |
