remove visited link color overrides

This commit is contained in:
Julio Estrada
2025-09-16 13:41:12 -04:00
committed by Julio C. Estrada
parent 34fb6a94b3
commit 5454b1c038

View File

@@ -1258,12 +1258,6 @@ div.source-docs-antora.boostlook:not(:has(.doc)):not(:has(>.boostlook)) > #conte
cursor: pointer;
}
/* Link States */
.boostlook p a:visited:not(:hover),
.boostlook table a:visited:not(:hover) {
color: var(--text-main-text-body-tetriary, #62676b);
}
/* Emphasis within code */
.boostlook em,
.boostlook code em {