1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2024-07-20 20:17:29 +02:00
ntfy/web/public/static/css/app.css
2023-05-23 21:13:17 +02:00

12 lines
124 B
CSS

/* web app styling overrides */
a,
a:visited {
color: #338574;
}
a:hover {
text-decoration: none;
color: #317f6f;
}