fix(style): dark mode for mermaid and valine

This commit is contained in:
Dillon
2020-03-14 20:33:12 +08:00
parent c4d409967e
commit 92fc2bf74f
14 changed files with 49 additions and 100 deletions

View File

@@ -250,31 +250,10 @@
}
@import "../_partial/_single/code";
@import "../_partial/_single/instagram";
@import "../_partial/_single/admonition";
.echarts {
width: 100%;
height: 30rem;
margin: 3% auto;
text-align: center;
}
.bilibili {
position: relative;
width: 100%;
height: 0;
padding-bottom: 75%;
margin: 3% auto;
text-align: center;
iframe {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
}
@import "../_partial/_single/echarts";
@import "../_partial/_single/bilibili";
hr {
margin: 1rem 0;