From 769f2e607fd853c1493669f54f6b4898541e7ef6 Mon Sep 17 00:00:00 2001 From: Tancre Date: Thu, 9 Sep 2021 17:52:06 +0200 Subject: [PATCH] fix colophon --- open/styles/style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/open/styles/style.css b/open/styles/style.css index ecdb9a0..ffc7c25 100644 --- a/open/styles/style.css +++ b/open/styles/style.css @@ -77,7 +77,7 @@ h1 { cursor: url(https://www.dropbox.com/s/odbhtufakz6sge2/cursor%20red.png?raw=1), auto !important; width: 38px; - color: yellow; + color: #00fd00; border: none; font-size: 18px; } @@ -110,6 +110,10 @@ h1 { color: black; border: solid 2px blue; display: none; + position: absolute; + transform: translateX(-50%) translateY(-50%); + top: 50%; + left: 50%; } #colophon h1 { @@ -347,6 +351,9 @@ button { height: 100vh; overflow-y: auto; padding: 10px; + transform: unset; + display: unset; + left: unset; } #colophon h1 {