diff --git a/resources/blocked/index.html b/resources/blocked/index.html index 21d9169b..dff40213 100644 --- a/resources/blocked/index.html +++ b/resources/blocked/index.html @@ -6,7 +6,35 @@ - + diff --git a/resources/blocked/style.css b/resources/blocked/style.css deleted file mode 100644 index ed88ad4f..00000000 --- a/resources/blocked/style.css +++ /dev/null @@ -1,27 +0,0 @@ -html { - background-color: #eee; - box-sizing: border-box; -} - -body { - font-size: 1.4em; - text-align: center; - color: #222; - font-family: Helvetica, sans-serif; -} - -.logo { - display: block; - height: 7em; - margin: 3em auto; -} - -@media (prefers-color-scheme: dark) { - html { - background-color: #404040; - } - - body { - color: #aeaeae !important; - } -}