fix light theme

This commit is contained in:
hippoz 2022-11-17 20:31:54 +02:00
parent 55b406bf82
commit be560e5510
Signed by: hippoz
GPG key ID: 7C52899193467641
2 changed files with 2 additions and 0 deletions

View file

@ -440,6 +440,7 @@ button, select {
/* Correct the inability to style clickable types in iOS and Safari. */
button, [type="button"], [type="reset"], [type="submit"] {
-webkit-appearance: button;
appearance: button;
}
/* Remove the additional ":invalid" styles in Firefox. */

View file

@ -23,6 +23,7 @@
--background-color-3: rgb(173, 174, 175);
--colored-element-text-color: var(--background-color-0);
--foreground-special-color-1: hsl(180, 18%, 30%);
}
</style>
{/if}