Skip to content

Commit

Permalink
auto commit
Browse files Browse the repository at this point in the history
  • Loading branch information
CyC2018 committed Apr 23, 2019
1 parent 005eb16 commit e9f6ff2
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
display: none;
}

h1 + ul {
h1+ul {
display: block !important;
}

Expand Down Expand Up @@ -66,9 +66,26 @@

.markdown-section pre>code {
font-family: Consolas, Roboto Mono, Monaco, courier, monospace !important;
font-size: .9rem !important;
}

@media (min-width:600px) {
.markdown-section pre>code {
font-size: .9rem !important;
}
}

@media (max-width:600px) {
.markdown-section pre>code {
padding-top: 5px;
padding-bottom: 5px;
}

pre:after {
content: "" !important;
}
}


/*.anchor span {
color: rgb(66, 185, 131);
}*/
Expand Down Expand Up @@ -371,7 +388,6 @@
<script src="https://cyc-1256109796.cos.ap-guangzhou.myqcloud.com/prism-sql.min.js"></script>
<script src="https://cyc-1256109796.cos.ap-guangzhou.myqcloud.com/zoom-image.min.js"></script>
<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>

</body>

</html>

0 comments on commit e9f6ff2

Please sign in to comment.