feat: correctly set color for links with code
This commit is contained in:
@@ -7,3 +7,11 @@
|
|||||||
.not-by-ai-image {
|
.not-by-ai-image {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a code {
|
||||||
|
color: var(--pico-primary);;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover code {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user