fix: Link underline when inside crt

This commit is contained in:
daudix-UFO
2023-12-25 05:47:34 +03:00
parent 9bf3e34a61
commit 6d3abf6d7d

View File

@ -486,6 +486,10 @@ img {
box-shadow: var(--glow);
background: var(--crt-bg);
a {
text-decoration: underline;
}
pre {
color: var(--primary-color);
padding: 1rem 1rem;