Skip to content

Commit 0bf8827

Browse files
committed
修改css
1 parent eaaff1c commit 0bf8827

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

source/css/custom.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ code {
955955
margin-bottom: 1rem;
956956
}
957957
}
958-
.page blockquote{
958+
blockquote{
959959
border-radius: 12px;
960960
font-size: 1em;
961961
font-family:Open Sans;
@@ -966,7 +966,7 @@ code {
966966
position: relative;
967967
background:var(--fyz-post-blockquote-bg);
968968
}
969-
.page blockquote::before{
969+
blockquote::before{
970970
font-family:Arial;
971971
content: "\201C";
972972
color:#78C0A8;
@@ -977,14 +977,14 @@ code {
977977
margin-right: 0.25em;
978978
}
979979

980-
.page blockquote::after{
980+
blockquote::after{
981981
content: '';
982982
bottom: -40px;
983983
height: 40px;
984984
width: 1px;
985985
}
986986

987-
.page blockquote cite{
987+
blockquote cite{
988988
display:block;
989989
font-weight: bold;
990990
margin-top:1em;

0 commit comments

Comments
 (0)