This commit is contained in:
Max Bradbury 2020-07-20 17:29:13 +01:00
parent 6e77a1b3e7
commit 9e3e10edde
1 changed files with 3 additions and 1 deletions

View File

@ -78,7 +78,9 @@ textarea {
.background {
background-color: @background;
box-shadow: 0 0 2em @background;
box-shadow: 0 0 1em @background;
padding: 0.25em;
border-radius: 0.5em;
}
.checkboxes label {