diff --git a/custom.css b/custom.css index 3f6cdf7..378c275 100644 --- a/custom.css +++ b/custom.css @@ -7,3 +7,11 @@ .not-by-ai-image { text-align: right; } + +a code { + color: var(--pico-primary);; +} + +a:hover code { + text-decoration: underline; +}