Skip to content

Commit

Permalink
style: 🌈bg
Browse files Browse the repository at this point in the history
  • Loading branch information
kasuie committed Nov 9, 2024
1 parent 130db5b commit cc7b80f
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions v3/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,14 @@
src: url("https://npm.elemecdn.com/[email protected]/HYTangMeiRen55W.woff2") format("woff2");
}

body {
height: auto;
}

/** 背景 */
body::before {
content: "";
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
width: 100vw;
height: 100vh;
background-position: center;
background-attachment: fixed;
background-size: cover;
Expand Down Expand Up @@ -230,7 +226,7 @@ div#root div.body .hope-c-PJLV-iiuDLME-css {

/**MD*/
.markdown-body {
font-family: inherit;
font-family: inherit !important;
}

.markdown-body > ul > li::marker {
Expand Down

0 comments on commit cc7b80f

Please sign in to comment.