umami/components/settings/ThemeSetting.module.css

12 lines
125 B
CSS
Raw Normal View History

2022-03-01 05:54:32 +01:00
.buttons {
display: flex;
}
.buttons button {
margin-right: 20px;
}
.active {
2022-03-02 04:28:44 +01:00
border: 1px solid var(--primary400);
2022-03-01 05:54:32 +01:00
}