Fix tag text colour once visited on bookmarks page

This commit is contained in:
Jonny Barnes 2017-11-08 16:19:21 +00:00
parent 6730e732ce
commit 6e76401270
6 changed files with 7 additions and 3 deletions

View file

@ -13,7 +13,8 @@
list-style-type: none;
}
.tag {
.tag,
.tag:visited {
background: var(--white);
border-radius: 3px 0 0 3px;
color: var(--black);