Add option for coloured edges on progress page

This commit is contained in:
mg
2021-10-03 17:43:22 +01:00
parent aec4c8efcf
commit 4c2f1613ff
9 changed files with 83 additions and 23 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
.settings-themes-container {
.settings-options-container {
display: flex;
flex-direction: row;
column-gap: 16px;
@@ -7,7 +7,7 @@
flex-wrap: wrap;
}
.settings-header, .settings-sound-container, .settings-themes-container {
.settings-header, .settings-options-container {
margin-bottom: 36px;
margin-top: 0;
}