From cb87de3895dd8de1c6d39d43175e65f30d9a5711 Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Fri, 25 Mar 2022 18:39:06 +0100 Subject: [PATCH] wip: style changes --- public/assets/css/wrongplace.css | 11 ++++++----- public/error.html | 7 ++++--- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/public/assets/css/wrongplace.css b/public/assets/css/wrongplace.css index fc8e5d6..95ebae8 100644 --- a/public/assets/css/wrongplace.css +++ b/public/assets/css/wrongplace.css @@ -11,28 +11,29 @@ body { } img { + position: relative; + z-index: 1; width: clamp(20px, 50vh, 80vw); image-rendering: pixelated; pointer-events: none; } -#pattern { +section { position: fixed; inset: 0; width: 100%; height: 100%; - z-index: -1; } -#pattern p { +section p { margin: 0; display: flex; justify-content: space-between; } -#pattern p span { +section p span { font-size: clamp(10px, 4vh, 10vw); font-family: monospace; font-weight: bold; - color: black; + color: rgba(0, 0, 0, .15); } \ No newline at end of file diff --git a/public/error.html b/public/error.html index f63e24c..522286e 100755 --- a/public/error.html +++ b/public/error.html @@ -17,12 +17,13 @@ -