replace text-decoration: underline with border-bottom to prevent gap in underline bellow "p"

This commit is contained in:
schlagmichdoch 2023-02-11 11:44:11 +01:00
parent b933ef151a
commit 115c0785e5
2 changed files with 6 additions and 13 deletions

View file

@ -904,10 +904,8 @@ x-peers:empty~x-instructions {
}
.websocket-fallback {
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-color: var(--ws-peer-color);
text-decoration-thickness: 4px;
border-bottom: solid 4px var(--ws-peer-color);
padding-bottom: 1px;
}
/* Responsive Styles */