Styling for code blocks. #23

Merged
jeff merged 2 commits from boolblogpost-changes into BlogPost_BooleanNames 2020-07-30 03:31:10 +00:00
Showing only changes of commit 8b64035819 - Show all commits

View File

@ -340,3 +340,11 @@ button.round, .btn.round {
} }
.blue { --clr: #42A5F5 } .blue { --clr: #42A5F5 }
pre {
background: #eee;
border-radius: 5px;
padding-left: 1rem;
color: black;
font-size: 0.95rem;
}