We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaaff1c commit 0bf8827Copy full SHA for 0bf8827
1 file changed
source/css/custom.css
@@ -955,7 +955,7 @@ code {
955
margin-bottom: 1rem;
956
}
957
958
-.page blockquote{
+blockquote{
959
border-radius: 12px;
960
font-size: 1em;
961
font-family:Open Sans;
@@ -966,7 +966,7 @@ code {
966
position: relative;
967
background:var(--fyz-post-blockquote-bg);
968
969
-.page blockquote::before{
+blockquote::before{
970
font-family:Arial;
971
content: "\201C";
972
color:#78C0A8;
@@ -977,14 +977,14 @@ code {
977
margin-right: 0.25em;
978
979
980
-.page blockquote::after{
+blockquote::after{
981
content: '';
982
bottom: -40px;
983
height: 40px;
984
width: 1px;
985
986
987
-.page blockquote cite{
+blockquote cite{
988
display:block;
989
font-weight: bold;
990
margin-top:1em;
0 commit comments