update css

This commit is contained in:
Michael Zhang 2020-05-04 23:50:10 -05:00
parent a80c6c5383
commit 60c9db3f40
Signed by: michael
GPG Key ID: BDA47A31A3C8EE6B
1 changed files with 9 additions and 0 deletions

View File

@ -77,4 +77,13 @@ pre {
padding: 5px;
overflow-x: auto;
font-family: $monofont;
font-size: 0.9em;
}
code {
font-size: 1.2em;
padding: 3px;
background-color: #2b303b;
color: #cccccc;
border-radius: 5px;
}