feat: correctly set color for links with code

This commit is contained in:
2025-08-01 15:14:29 +02:00
parent 0f3ec81510
commit 40789a77ca

View File

@@ -7,3 +7,11 @@
.not-by-ai-image {
text-align: right;
}
a code {
color: var(--pico-primary);;
}
a:hover code {
text-decoration: underline;
}