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 0a87887 commit 130db5b
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions v3/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,18 @@
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: 100vw;
height: 100vh;
width: 100%;
height: 100%;
background-position: center;
background-attachment: fixed;
background-size: cover;
Expand All @@ -64,7 +68,6 @@ body.hope-ui-dark::before {
div#root {
position: relative;
z-index: 1;
height: 100vh;
}

/**管理后台*/
Expand Down Expand Up @@ -226,6 +229,10 @@ div#root div.body .hope-c-PJLV-iiuDLME-css {
}

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

.markdown-body > ul > li::marker {
color: rgba(var(--mio-primary), 1);
}
Expand Down

0 comments on commit 130db5b

Please sign in to comment.