mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-03-30 18:44:19 -04:00
14 lines
219 B
CSS
14 lines
219 B
CSS
.message {
|
|
composes: alert from '~Components/Alert.css';
|
|
|
|
a {
|
|
color: var(--linkColor);
|
|
text-decoration: none;
|
|
|
|
&:hover {
|
|
color: var(--linkHoverColor);
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
}
|