link style

This commit is contained in:
Martti Malmi 2020-03-19 15:54:36 +02:00
parent 8668e5cd65
commit 59a4c00992

View File

@ -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;