fixed dark theme style

v1.2.0
kun.peng 2019-10-13 20:40:13 +08:00
parent fbf49f498a
commit 2a4163ee9b
3 changed files with 5 additions and 5 deletions

View File

@ -62,7 +62,6 @@
</#if>
<link rel="stylesheet"
href="//cdn.jsdelivr.net/npm/outdatedbrowser@1.1.5/outdatedbrowser/outdatedbrowser.min.css">
<script src="//cdn.jsdelivr.net/npm/pace-js@1.0.2/pace.min.js"></script>
<link rel="stylesheet" href="${static!}/source/css/style.css">

View File

@ -56,7 +56,7 @@
<style>
#toc {
/*position: fixed;*/
z-index: 0;
z-index: -1;
/*left: 44%;*/
display: inline-block;
text-align: left;

View File

@ -145,9 +145,10 @@ img.thumbnail:hover{
.navbar-dropdown {
background-color: var(--background);
}
pre {
background-color: var(--code-bg-color);
color: var(--code-default-color);
pre,
blockquote{
background-color: var(--code-bg-color) !important;
color: var(--code-default-color) !important;
}
.card .content,
/*.card .title a{*/