Skip to content
Snippets Groups Projects
Commit 62f5ecd2 authored by syuilo's avatar syuilo
Browse files

🎨

parent 27733e21
No related branches found
No related tags found
No related merge requests found
......@@ -127,6 +127,19 @@ export default Vue.extend({
color: var(--link);
}
::v-deep blockquote {
display: block;
margin: 8px;
padding: 6px 0 6px 12px;
color: var(--fg);
border-left: solid 3px var(--fg);
opacity: 0.7;
p {
margin: 0;
}
}
::v-deep h2 {
font-size: 1.25em;
padding: 0 0 0.5em 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment