Fix radio buttons in firefox

This commit is contained in:
SillyLossy
2023-04-02 17:57:32 +03:00
parent 006c5b63cc
commit 832acc1309

View File

@@ -38,7 +38,7 @@
box-sizing: border-box; box-sizing: border-box;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
-moz-appearance: initial; -moz-appearance: auto;
scroll-behavior: smooth; scroll-behavior: smooth;
} }