css changes

This commit is contained in:
Andrew Cassidy 2020-06-27 17:56:36 -07:00 committed by Andrew Cassidy
parent 9b66f1da91
commit f30321c18e
2 changed files with 1 additions and 12 deletions

View File

@ -18,6 +18,7 @@ figure.highlight {
pre { pre {
margin-top: 0; margin-top: 0;
margin-bottom: 0; margin-bottom: 0;
font-size: 0.9em;
} }
code { code {
@ -45,17 +46,6 @@ figure.highlight {
} }
} }
div.highlight {
}
// pre {
// display: inline;
// margin: 0;
// }
.k, .kw, .kd, .kn, .kp, .kr, .kt { .k, .kw, .kd, .kn, .kp, .kr, .kt {
color: $blue color: $blue
} }

View File

@ -71,7 +71,6 @@ body {
font-family: $body-font; font-family: $body-font;
color: $body-text; color: $body-text;
max-width: 1312px; max-width: 1312px;
} }
#page { #page {