code style update

This commit is contained in:
Eorn 2021-01-02 09:46:41 +01:00
parent 4642a78048
commit 12bcb26cc2

View file

@ -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;
}