Add: zero-md basic styling for readability
Some checks failed
Publish Docker rootless image / Push Docker image to Docker Hub (push) Failing after 1m11s
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 44s

This commit is contained in:
Aroy-Art 2024-03-29 12:44:21 +01:00
parent 7a1624f650
commit dfbfdaf8d9
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -109,6 +109,14 @@ footer small + small {
margin-left: 2rem;
}
zero-md {
background-color: whitesmoke;
padding: 16px;
border: solid 4px gray;
border-radius: 8px;
}
/*
Start of alternations for dark theme
*/