Fixed lightmode colouration

This commit is contained in:
WBHarry 2025-11-18 22:27:10 +01:00
parent a6931b5b89
commit 845ce6f39a
2 changed files with 1 additions and 11 deletions

View file

@ -154,16 +154,6 @@
input {
min-width: 2.5rem;
}
.checkbox {
width: 100%;
display: flex;
justify-content: center;
input {
min-width: auto;
}
}
}
input,

View file

@ -114,7 +114,7 @@
.looping-container {
position: relative;
border: 1px solid light-dark(white, white);
border: 1px solid light-dark(@dark-blue, white);
border-radius: 6px;
padding: 2px 4px;