This commit is contained in:
Jacky Zhao
2023-06-05 22:14:17 -07:00
parent 1406ee0f05
commit 700036e84c
6 changed files with 232 additions and 6 deletions

View File

@ -1,4 +1,5 @@
@import "./syntax.scss";
@import "./callouts.scss";
html {
scroll-behavior: smooth;
@ -66,7 +67,6 @@ a {
}
blockquote {
font-style: italic;
margin-left: 0;
border-left: 3px solid var(--secondary);
padding-left: 1rem;