|
|
|
@ -417,6 +417,17 @@ article .post-content {
|
|
|
|
|
background-size: 30px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.page-content .highlight table {
|
|
|
|
|
font-size: 0.8em;
|
|
|
|
|
border: 1px dashed grey !important;
|
|
|
|
|
padding: 10px !important;
|
|
|
|
|
background-color: #323738 !important;
|
|
|
|
|
}
|
|
|
|
|
.page-content .highlight pre {
|
|
|
|
|
background-color: #323738 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
figure {
|
|
|
|
|
padding: 5px;
|
|
|
|
|
border: 1px dotted #bbb677;
|
|
|
|
@ -531,4 +542,6 @@ figure.audiofig audio {
|
|
|
|
|
#navbar {
|
|
|
|
|
min-height: 75px;
|
|
|
|
|
}
|
|
|
|
|
.page-content .highlight {
|
|
|
|
|
max-width: 800px;
|
|
|
|
|
}
|
|
|
|
|