💄 (links) hide links too on text hide option

This commit is contained in:
Julien Calixte
2023-08-26 17:21:42 +02:00
parent 6b8aea4ee3
commit 08559a1fdf

View File

@@ -18,7 +18,11 @@ li {
background-color: var(--primary-color-no-focus); background-color: var(--primary-color-no-focus);
} }
.text-hide { .text-hide,
.text-hide a,
.text-hide a:visited,
.text-hide a:focus,
.text-hide a:focus-visible {
color: var(--primary-color); color: var(--primary-color);
} }