diff --git a/html/assets/style.css b/html/assets/style.css index 84544a7..ce7e830 100644 --- a/html/assets/style.css +++ b/html/assets/style.css @@ -17,12 +17,18 @@ html { font-size: 62.5%; } +/* defaults for old browsers */ body { - /* defaults for old browsers */ color: white; background: black; } +input[type="search"] { + color: black; + border: black solid 0.1rem; +} +/* end oldie defaults */ + body { font-family: "Inter UI", sans-serif; background: var(--secondary);