fix: 🎨 fix hover colour of subtle links

This commit is contained in:
m5ka 2024-03-27 13:50:55 +00:00
parent 1adc1d3494
commit cecfb62e89

View file

@ -54,6 +54,10 @@ body {
color: var(--charcoal);
}
a.subtle:hover {
color: var(--orange);
}
.messages {
margin-block-end: 1.6rem;
display: grid;