style color selector

This commit is contained in:
Nicholas Ward
2022-01-19 16:44:37 -06:00
parent 7be247146c
commit 2915970238
+4 -2
View File
@@ -36,7 +36,6 @@
background-color: var(--white_darker);
}
.color-selector-container {
display: grid;
grid-auto-flow: column;
@@ -47,10 +46,13 @@
border-radius: 50%;
width: 2em;
height: 2em;
margin-right: 0.2rem;
border-style:solid;
border-color: black;
border-width: 1px;
}
.color-selector-container > .color.selected {
border-width: 3px;
border-style: solid;
border-color: var(--black_light);
}