Update index.html

This commit is contained in:
CyC2018 2019-03-09 22:44:29 +08:00
parent e7f712041e
commit 1cabb0562f

View File

@ -31,15 +31,21 @@
margin: 2rem 0 1rem; margin: 2rem 0 1rem;
} }
img,
pre {
border-radius: 8px;
}
.content, .content,
.sidebar, .sidebar,
.markdown-section, .markdown-section,
body, body,
.search input, .search input {
.sidebar-toggle {
background-color: rgba(243, 242, 238, 1) !important; background-color: rgba(243, 242, 238, 1) !important;
} }
.sidebar-toggle {}
body { body {
/*font-family: Microsoft YaHei, Source Sans Pro, Helvetica Neue, Arial, sans-serif !important;*/ /*font-family: Microsoft YaHei, Source Sans Pro, Helvetica Neue, Arial, sans-serif !important;*/
} }