code style update
This commit is contained in:
parent
4642a78048
commit
12bcb26cc2
|
@ -417,6 +417,17 @@ article .post-content {
|
||||||
background-size: 30px;
|
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 {
|
figure {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
border: 1px dotted #bbb677;
|
border: 1px dotted #bbb677;
|
||||||
|
@ -531,4 +542,6 @@ figure.audiofig audio {
|
||||||
#navbar {
|
#navbar {
|
||||||
min-height: 75px;
|
min-height: 75px;
|
||||||
}
|
}
|
||||||
|
.page-content .highlight {
|
||||||
|
max-width: 800px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue