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;
|
||||
-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) {
|
||||
@@ -1877,7 +1879,6 @@ a {
|
||||
color: #666;
|
||||
-webkit-transition: all 0.275s;
|
||||
transition: all 0.275s;
|
||||
|
||||
}
|
||||
|
||||
#nav-toggle:checked::after {
|
||||
|
Reference in New Issue
Block a user