diff --git a/404.html b/404.html index ffe9f7f..8b94863 100644 --- a/404.html +++ b/404.html @@ -13,6 +13,15 @@ color: #a3dbce; font-size: 30px; } + ::-moz-selection { + background-color: transparent; + } + :root { + color-scheme: dark; + } + ::selection { + background-color: transparent; + } h1{ margin-top: 15%; font-size: 100px; diff --git a/clock/clock_nos.html b/clock/clock_nos.html index 90a8630..a8eb7f8 100644 --- a/clock/clock_nos.html +++ b/clock/clock_nos.html @@ -16,6 +16,15 @@ margin: 0; font-weight: 600; } + ::-moz-selection { + background-color: transparent; + } + :root { + color-scheme: dark; + } + ::selection { + background-color: transparent; + } diff --git a/clock/clock_s.html b/clock/clock_s.html index d02d3e1..c37922f 100644 --- a/clock/clock_s.html +++ b/clock/clock_s.html @@ -16,6 +16,15 @@ margin: 0; font-weight: 600; } + ::-moz-selection { + background-color: transparent; + } + :root { + color-scheme: dark; + } + ::selection { + background-color: transparent; + }