Prettier fixes

This commit is contained in:
Massedil
2025-12-04 13:20:30 +01:00
parent ec565e2b67
commit 43c6b8296f
2 changed files with 10 additions and 12 deletions

View File

@@ -249,7 +249,7 @@ body {
.o-radio__input:checked {
/* override a CSS prop (background-image url on `[type="radio"]:checked`) set by default by tailwind
that alter the oruga o-radio design */
background-image:none;
background-image: none;
}
/* Checkbox */
.o-checkbox__input:checked {

View File

@@ -29,7 +29,6 @@
}
:root {
/* TODO Try to change the primary color but without success */
--oruga-primary: #1e7d97;
--oruga-variant-primary: #1e7d97;
@@ -42,7 +41,6 @@
instead of oruga default primay color */
--oruga-checkbox-background-color: white;
--oruga-checkbox-active-background-color: white;
}
@media (prefers-color-scheme: dark) {