umami/components/pages/settings/profile/ThemeSetting.module.css

9 lines
95 B
CSS
Raw Normal View History

2022-03-01 05:54:32 +01:00
.buttons {
display: flex;
gap: 10px;
2022-03-01 05:54:32 +01:00
}
.active {
border: 2px solid var(--primary400);
2022-03-01 05:54:32 +01:00
}