1
0
mirror of https://github.com/jdan/98.css.git synced 2026-05-05 06:01:22 +09:00

add highlight.js

This commit is contained in:
Jordan Scales
2020-04-21 15:46:35 -04:00
parent 002606b680
commit c304370840
9 changed files with 143 additions and 50 deletions

View File

@@ -429,10 +429,10 @@ pre {
box-shadow: var(--border-field);
padding: 12px 8px;
margin: 0;
font-family: monospace;
}
code {
code,
code * {
font-family: monospace;
}