stacker.news/components/notifications.module.css

14 lines
239 B
CSS
Raw Normal View History

2021-08-17 18:59:22 -05:00
.clickToContext {
border-radius: .4rem;
padding: .2rem 0;
cursor: pointer;
}
.clickToContext:hover {
background-color: rgba(0, 0, 0, 0.03);
2021-08-19 19:13:32 -05:00
}
.fresh {
background-color: rgba(0, 0, 0, 0.03);
border-radius: .4rem;
2021-08-17 18:59:22 -05:00
}