fix: background-color covering hints

This commit is contained in:
julius 2025-01-25 17:37:16 +01:00
parent 71501cda64
commit afb12b46df
Signed by: julius
GPG Key ID: C80A63E6A5FD7092

View File

@ -1,5 +1,7 @@
body {
/* background-color: ghostwhite; */
background-color: ghostwhite;
position: relative;
z-index: 0;
color: black;
overflow-wrap: anywhere;
}