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

12 lines
124 B
CSS
Raw Normal View History

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