mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-26 09:46:19 -04:00
replace text-decoration: underline with border-bottom to prevent gap in underline bellow "p"
This commit is contained in:
parent
b933ef151a
commit
115c0785e5
2 changed files with 6 additions and 13 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue