summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjulian laplace <julescarbon@gmail.com>2023-06-14 22:51:05 +0200
committerjulian laplace <julescarbon@gmail.com>2023-06-14 22:51:05 +0200
commit5bd683c3fb67c273ffcae302e997aadc01b58951 (patch)
tree5df6c83a77900692bc51f6140c09315f850cfd80
parenta8cbeae2d3677fe48bc88f3e8d61cf4649eef899 (diff)
initmain
-rw-r--r--index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/index.html b/index.html
index dd573a7..56c8fac 100644
--- a/index.html
+++ b/index.html
@@ -10,9 +10,11 @@
body {
overflow: hidden;
}
+ html {
+ background-color: #000;
+ }
body {
color: white;
- background-color: #000;
text-shadow: 0 0 1px #000;
transition: background-color 100ms;
user-select: none;