mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
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…
x
Reference in New Issue
Block a user