diff --git a/style.css b/style.css index 9704d0d..e4406ea 100644 --- a/style.css +++ b/style.css @@ -7,6 +7,12 @@ } body { + margin: 8px; + font-family: sans-serif; + position: relative; + background: light-dark(whitesmoke, black); + color: light-dark(black, whitesmoke); + display: block; overflow-x: hidden; } @@ -172,21 +178,10 @@ audio { object-fit: cover; } -img {} - .disabled { pointer-events: none; } -body { - margin: 8px; - font-family: sans-serif; - position: relative; - background: light-dark(whitesmoke, black); - color: light-dark(black, whitesmoke); - display: block; -} - #click-to-reveal-prompt { color: grey; position: absolute;