Fix tag text colour once visited on bookmarks page
This commit is contained in:
parent
6730e732ce
commit
6e76401270
6 changed files with 7 additions and 3 deletions
3
resources/assets/sass/_tags.scss
vendored
3
resources/assets/sass/_tags.scss
vendored
|
@ -13,7 +13,8 @@
|
|||
list-style-type: none;
|
||||
}
|
||||
|
||||
.tag {
|
||||
.tag,
|
||||
.tag:visited {
|
||||
background: var(--white);
|
||||
border-radius: 3px 0 0 3px;
|
||||
color: var(--black);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue