Add warning class and redo inline codeblocks

This commit is contained in:
Yash Karandikar 2022-08-04 13:28:49 -05:00
parent 4ad517aa37
commit 4332db8dc6

View file

@ -46,3 +46,18 @@ pre {
border: 0.5em;
overflow-x: scroll;
}
.warning {
background-color: indianred;
padding: 1em;
}
.warning::before {
content: '';
}
code {
font-family: monospace;
background-color: #2b303b;
padding: 0.1em 0.2em;
}