Underline selected emoji

merge-requests/30/head
Bob Mottram 2021-11-12 14:41:45 +00:00
parent d3906288f9
commit 481b6f12f2
1 changed files with 4 additions and 0 deletions

View File

@ -345,6 +345,10 @@ a:visited:hover {
filter: brightness(var(--icon-brightness-change)); filter: brightness(var(--icon-brightness-change));
} }
.rlab:hover {
text-decoration: underline;
}
a:focus { a:focus {
border: 2px solid var(--focus-color); border: 2px solid var(--focus-color);
} }