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
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:
parent
7a1624f650
commit
dfbfdaf8d9
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue