mirror of
https://github.com/binwiederhier/ntfy.git
synced 2024-11-01 09:31:18 +01:00
11 lines
124 B
CSS
11 lines
124 B
CSS
/* web app styling overrides */
|
|
|
|
a,
|
|
a:visited {
|
|
color: #338574;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: none;
|
|
color: #317f6f;
|
|
}
|