ntfy/web/public/static/css/app.css

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
124 B
CSS
Raw Normal View History

2023-01-22 02:55:31 +13:00
/* web app styling overrides */
a,
a:visited {
color: #338574;
}
a:hover {
text-decoration: none;
color: #317f6f;
}