You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
647 B
Plaintext
28 lines
647 B
Plaintext
[data-color-mode*='dark'], [data-color-mode*='dark'] body {
|
|
--color-header-bg: var(--color-theme-bg);
|
|
}
|
|
[data-color-mode*='light'], [data-color-mode*='light'] body {
|
|
--color-header-bg: #333;
|
|
background: #f8f8f8 url(../assets/bg.jpg) repeat top left;
|
|
}
|
|
|
|
*, *:before, *:after {
|
|
box-sizing: inherit !important;
|
|
}
|
|
|
|
body {
|
|
font-family: "PingHei","Lucida Grande", "Lucida Sans Unicode", "STHeitiSC-Light", "Helvetica","Arial","Verdana","sans-serif";
|
|
transition: all 0.3s;
|
|
margin: 0;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.wmde-markdown {
|
|
background-color: transparent !important;
|
|
img {
|
|
background-color: transparent !important;
|
|
}
|
|
} |