ntfy/web/public/static/css/app.css
2023-01-21 08:55:31 -05:00

11 lines
130 B
CSS

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