mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(faq): keep visited links blue
This commit is contained in:
@@ -46,6 +46,10 @@
|
|||||||
color: var(--homepage-box-bar-text-color);
|
color: var(--homepage-box-bar-text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.content a:visited {
|
||||||
|
color: #00e;
|
||||||
|
}
|
||||||
|
|
||||||
.infoBox .boxContent a,
|
.infoBox .boxContent a,
|
||||||
.infoBox .boxContent a:visited {
|
.infoBox .boxContent a:visited {
|
||||||
color: var(--homepage-infobox-link-text-color);
|
color: var(--homepage-infobox-link-text-color);
|
||||||
|
|||||||
Reference in New Issue
Block a user