Change system message link color. Closes #2634
This commit is contained in:
@@ -35,4 +35,13 @@
|
|||||||
background-color: var(--theme-color-palette-12);
|
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);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user