CSS tweaks
This commit is contained in:
parent
4d202ebb18
commit
45bc0bfd2f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user