Template:Quote/styles.css
Template page
More actions
blockquote {
background-color: var(--theme-color-2);
border: none !important;
border-radius: 20px;
position: relative;
margin-left: 0;
width: fit-content;
}
blockquote::after {
content: '”';
font-family: "Stack Sans Text", sans-serif !important;
font-size: 80px !important;
position: absolute;
top: 40px;
right: 40px;
color: var(--theme-color-7);
}