CSS tweaks

This commit is contained in:
ReiMerc 2023-02-08 11:52:19 +01:00 committed by SimonFJ20
parent 427bf68941
commit 9e6b9e7c27

View File

@ -175,7 +175,8 @@ code {
} }
#mouse-position, #coords { #mouse-position, #coords {
color: #7E7E7E; color: white;
opacity: 0.5;
font-size: 0.9em; font-size: 0.9em;
} }
@ -186,13 +187,13 @@ code {
border: 2px solid black; border: 2px solid black;
background-color: var(--brand); background-color: var(--brand);
filter: drop-shadow(1px 1px 2px black); filter: drop-shadow(1px 1px 2px black);
position: absolute; position: fixed;
display: none; display: none;
} }
#tooltip { #tooltip {
display: none; display: none;
position: absolute; position: fixed;
background-color: white; background-color: white;
color: black; color: black;
padding: 5px; padding: 5px;