Add: zero-md basic styling for readability
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;
|
margin-left: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
zero-md {
|
||||||
|
background-color: whitesmoke;
|
||||||
|
padding: 16px;
|
||||||
|
border: solid 4px gray;
|
||||||
|
border-radius: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Start of alternations for dark theme
|
Start of alternations for dark theme
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue