Embrace the web's a:visited

This commit is contained in:
Lim Chee Aun 2023-01-17 13:37:48 +08:00
parent efd2cbfa0c
commit cf0cf27283
2 changed files with 5 additions and 0 deletions

View file

@ -32,6 +32,10 @@ a.mention span {
a.mention span {
color: var(--text-color);
}
a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
color: var(--link-visited-color);
text-decoration-color: var(--link-visited-color);
}
.deck-container {
width: 100%;

View file

@ -17,6 +17,7 @@
--link-light-color: #4169e199;
--link-faded-color: #4169e155;
--link-bg-hover-color: #f0f2f599;
--link-visited-color: mediumslateblue;
--focus-ring-color: var(--link-color);
--button-bg-color: var(--blue-color);
--button-bg-blur-color: #4169e1aa;