diff options
author | metamuffin <metamuffin@noreply.codeberg.org> | 2024-12-09 09:16:36 +0000 |
---|---|---|
committer | metamuffin <metamuffin@noreply.codeberg.org> | 2024-12-09 09:16:36 +0000 |
commit | aee091c28ad99862f8d94665a1efc65288a17d52 (patch) | |
tree | 3a02e3509ca166c9e0e8b535dadd6c10e6f7c6c0 /client-web/style/chat.sass | |
parent | 440c12ac024e84f166eaa4115ef6715c39de2eea (diff) | |
parent | 169b675f9d725ae94d9a1fdc6ae67932b4a4a163 (diff) | |
download | keks-meet-aee091c28ad99862f8d94665a1efc65288a17d52.tar keks-meet-aee091c28ad99862f8d94665a1efc65288a17d52.tar.bz2 keks-meet-aee091c28ad99862f8d94665a1efc65288a17d52.tar.zst |
Merge pull request 'add hyperlink support for chat' (#10) from polferov/keks-meet:master into master
Reviewed-on: https://codeberg.org/metamuffin/keks-meet/pulls/10
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 |