mirror of https://gitlab.com/bashrc2/epicyon
Background for visited hashtags
parent
586d6788d2
commit
89e2b76901
|
@ -379,6 +379,10 @@ a:focus {
|
||||||
background-color: var(--hashtag-background-color);
|
background-color: var(--hashtag-background-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.addedHashtag:visited {
|
||||||
|
background-color: var(--hashtag-background-color);
|
||||||
|
}
|
||||||
|
|
||||||
.message:focus{
|
.message:focus{
|
||||||
border: 2px solid var(--focus-color);
|
border: 2px solid var(--focus-color);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue