Update onemoe.less

This commit is contained in:
Mr.Lin
2020-02-23 00:37:06 +08:00
committed by GitHub
parent 305d5b2984
commit dcc1546a82
+4 -13
View File
@@ -125,6 +125,7 @@ body {
transition: 0.2s; transition: 0.2s;
&:hover { &:hover {
text-shadow: none; text-shadow: none;
font-size: 3.8rem;
} }
} }
} }
@@ -160,10 +161,6 @@ body {
div.list-header-container { div.list-header-container {
margin-top: 2rem; margin-top: 2rem;
div.readme { div.readme {
svg,
span {
display: none;
}
p { p {
font-size: large; font-size: large;
padding: 0 2rem; padding: 0 2rem;
@@ -346,18 +343,12 @@ body {
// 底部readme // 底部readme
div.onemoe-readme { div.onemoe-readme {
width: 100%; width: 100%;
margin: 50px auto 0; margin: 4rem auto 0;
border-radius: 3px; border-radius: 3px;
border: solid 5px rgba(137, 43, 226, 0.2); border: solid 5px rgba(137, 43, 226, 0.2);
box-sizing: border-box; box-sizing: border-box;
div.readme { div.markdown-body {
svg, padding: 1rem;
span {
display: none;
}
div.markdown-body {
margin: 10px 25px;
}
} }
&:hover { &:hover {
box-shadow: 0 0 10px rgba(137, 43, 226, 0.25); box-shadow: 0 0 10px rgba(137, 43, 226, 0.25);