diff options
author | kirill <polferov@live.com> | 2024-12-08 23:12:59 +0100 |
---|---|---|
committer | kirill <polferov@live.com> | 2024-12-08 23:12:59 +0100 |
commit | 169b675f9d725ae94d9a1fdc6ae67932b4a4a163 (patch) | |
tree | 3a02e3509ca166c9e0e8b535dadd6c10e6f7c6c0 /client-web/style/chat.sass | |
parent | 440c12ac024e84f166eaa4115ef6715c39de2eea (diff) | |
download | keks-meet-169b675f9d725ae94d9a1fdc6ae67932b4a4a163.tar keks-meet-169b675f9d725ae94d9a1fdc6ae67932b4a4a163.tar.bz2 keks-meet-169b675f9d725ae94d9a1fdc6ae67932b4a4a163.tar.zst |
add hyperlink support for chat
Diffstat (limited to 'client-web/style/chat.sass')
-rw-r--r-- | client-web/style/chat.sass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client-web/style/chat.sass b/client-web/style/chat.sass index a2f78fe..1e0c1d6 100644 --- a/client-web/style/chat.sass +++ b/client-web/style/chat.sass @@ -36,3 +36,6 @@ border-radius: 5px padding: 0.5em box-sizing: border-box + + .chat-link + color: var(--ac-light)
\ No newline at end of file |