From 569ca97b1331f42e10ed63fa9c005ae87a505645 Mon Sep 17 00:00:00 2001 From: RossAsscends <124905043+RossAscends@users.noreply.github.com> Date: Sat, 4 Mar 2023 04:41:16 +0900 Subject: [PATCH] added Firefox compatibility to styled check boxes --- public/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/style.css b/public/style.css index 5b781c8b2..932b67c0d 100644 --- a/public/style.css +++ b/public/style.css @@ -4,6 +4,7 @@ box-sizing: border-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; + -moz-appearance:initial } body { @@ -18,6 +19,7 @@ body { font-family: "Noto Sans", "Noto Color Emoji", sans-serif; font-size:15px; /*1rem*/ color: rgb(229, 224, 216); + } @media screen and (max-width: 450px) { @@ -1876,8 +1878,7 @@ a { background: rgba(0, 0, 0, 0.3); color: #666; -webkit-transition: all 0.275s; - transition: all 0.275s; - + transition: all 0.275s; } #nav-toggle:checked::after {