mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
added Firefox compatibility to styled check boxes
This commit is contained in:
@@ -4,6 +4,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
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@@ -18,6 +19,7 @@ body {
|
|||||||
font-family: "Noto Sans", "Noto Color Emoji", sans-serif;
|
font-family: "Noto Sans", "Noto Color Emoji", sans-serif;
|
||||||
font-size:15px; /*1rem*/
|
font-size:15px; /*1rem*/
|
||||||
color: rgb(229, 224, 216);
|
color: rgb(229, 224, 216);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 450px) {
|
@media screen and (max-width: 450px) {
|
||||||
@@ -1876,8 +1878,7 @@ a {
|
|||||||
background: rgba(0, 0, 0, 0.3);
|
background: rgba(0, 0, 0, 0.3);
|
||||||
color: #666;
|
color: #666;
|
||||||
-webkit-transition: all 0.275s;
|
-webkit-transition: all 0.275s;
|
||||||
transition: all 0.275s;
|
transition: all 0.275s;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav-toggle:checked::after {
|
#nav-toggle:checked::after {
|
||||||
|
Reference in New Issue
Block a user