From 59a4c009929d597d29319299f538b7fcb2f03dc6 Mon Sep 17 00:00:00 2001 From: Martti Malmi Date: Thu, 19 Mar 2020 15:54:36 +0200 Subject: [PATCH] link style --- src/css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/css/style.css b/src/css/style.css index d6e70137..8725322d 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -18,7 +18,6 @@ body { } a { - color: #00b6ed; text-decoration: none; } @@ -170,6 +169,10 @@ header #back-button { overflow-wrap: break-word; } +.msg a { + color: #00b6ed; +} + .msg-content { background-color: var(--msg-content-background); padding: 6px 10px;