fix: 🎨 fix hover colour of subtle links
This commit is contained in:
parent
1adc1d3494
commit
cecfb62e89
1 changed files with 4 additions and 0 deletions
|
|
@ -54,6 +54,10 @@ body {
|
|||
color: var(--charcoal);
|
||||
}
|
||||
|
||||
a.subtle:hover {
|
||||
color: var(--orange);
|
||||
}
|
||||
|
||||
.messages {
|
||||
margin-block-end: 1.6rem;
|
||||
display: grid;
|
||||
|
|
|
|||
Loading…
Reference in a new issue