This is better

This commit is contained in:
Zachary Klosko 2020-12-03 12:21:39 -05:00
parent 4fc86ea6f6
commit 81749bcbdb
1 changed files with 1 additions and 2 deletions

View File

@ -230,9 +230,8 @@ text-align: right;
/* Code Blocks */ /* Code Blocks */
code { code {
color: #212529; color: #ad462e;
font-size: .9rem; font-size: .9rem;
text-decoration: underline dotted;
} }
pre.highlight { pre.highlight {