umami/src/app/(main)/websites/[websiteId]/events/WebsiteEventData.module.css

8 lines
100 B
CSS
Raw Normal View History

2023-07-11 08:16:17 +00:00
.container a {
color: var(--font-color100);
}
.container a:hover {
color: var(--primary400);
}