Try to avoid jumping around

merge-requests/30/head
Bob Mottram 2024-05-20 17:32:06 +01:00
parent 72002acce8
commit 66ff1493c6
1 changed files with 2 additions and 0 deletions

View File

@ -464,6 +464,7 @@ a:link[type=application/activity+json]::before {
a:link:hover {
color: var(--main-link-color-hover);
display: block;
vertical-align: top;
}
a:link:focus{
@ -474,6 +475,7 @@ a:link:focus{
a:visited:hover {
color: var(--main-link-color-hover);
display: block;
vertical-align: top;
}
a:visited:focus{