From b0c229adaac45da60d2adfcc96bc7aaa03fcd35b Mon Sep 17 00:00:00 2001 From: Hadrian <118540129+udontur@users.noreply.github.com> Date: Thu, 2 May 2024 01:22:12 +0000 Subject: [PATCH] Change: Disable selection --- 404.html | 9 +++++++++ clock/clock_nos.html | 9 +++++++++ clock/clock_s.html | 9 +++++++++ 3 files changed, 27 insertions(+) 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; + }