fixes
All checks were successful
deploy to production / deploy (push) Successful in 34s

This commit is contained in:
Robin Grenzdörfer 2023-09-01 16:16:19 +00:00
parent b6a4df9c37
commit 35c1ed0dec

View File

@ -2,6 +2,7 @@
margin: 0;
padding: 0;
box-sizing: border-box;
overflow-wrap: break-word;
}
html {
background-color: black;
@ -10,7 +11,6 @@ body {
color: #333 !important;
height: 100%;
background-color: #f9f9f9;
overflow-wrap: break-word;
}
ul {