fix: background-color covering hints

This commit is contained in:
2025-01-25 17:37:16 +01:00
parent 71501cda64
commit afb12b46df

View File

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