CSS tweaks

This commit is contained in:
ReiMerc 2023-02-08 11:52:19 +01:00
parent 4d202ebb18
commit 45bc0bfd2f

View File

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