Background for visited hashtags

merge-requests/8/head
Bob Mottram 2020-10-23 18:39:02 +01:00
parent 586d6788d2
commit 89e2b76901
1 changed files with 4 additions and 0 deletions

View File

@ -379,6 +379,10 @@ a:focus {
background-color: var(--hashtag-background-color);
}
.addedHashtag:visited {
background-color: var(--hashtag-background-color);
}
.message:focus{
border: 2px solid var(--focus-color);
}