umami/components/settings/ThemeSetting.module.css

12 lines
125 B
CSS
Raw Normal View History

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