From 045d2ad4bccf7010b6254a0e2143e62f306bfe55 Mon Sep 17 00:00:00 2001 From: Tarek Sherif Date: Mon, 12 Feb 2024 19:22:39 -0500 Subject: [PATCH] Style tweaks --- css/example.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/css/example.css b/css/example.css index 9b989bf..2bee1f8 100644 --- a/css/example.css +++ b/css/example.css @@ -7,10 +7,11 @@ html, body { position: absolute; top: 20px; left: 20px; - background-color: grey; + background-color: rgba(128, 128, 128, 0.95); color: white; padding: 0.5em; font-size: 18px; + pointer-events: none; } #description h2 { @@ -26,9 +27,10 @@ html, body { position: fixed; bottom: 20px; left: 20px; - background-color: grey; + background-color: rgba(128, 128, 128, 0.95); color: white; padding: 0.5em; font-size: 18px; z-index: 1; + pointer-events: none; } \ No newline at end of file