Change system message link color. Closes #2634
This commit is contained in:
parent
dd1ff8202e
commit
7c8030cca4
@ -35,4 +35,13 @@
|
||||
background-color: var(--theme-color-palette-12);
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
color: var(--theme-color-palette-4);
|
||||
:hover {
|
||||
text-decoration: underline;
|
||||
text-underline-offset: 2px;
|
||||
text-decoration-color: var(--theme-color-palette-15);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user