File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
assets/stylesheets/new-stylesheets Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,17 @@ code {
5858 font-weight : 400 ;
5959}
6060
61+ blockquote {
62+ border-left : 4px solid var (--site-link-with-right-arrow-color );
63+ margin : 1.5em 0 ;
64+ padding : 0.5em 0 0.5em 1.5em ;
65+ color : var (--color-syntax-plain-text );
66+
67+ p :last-child {
68+ margin-bottom : 0 ;
69+ }
70+ }
71+
6172.header-with-anchor {
6273 scroll-margin-top : 80px ;
6374
Original file line number Diff line number Diff line change 7676 border-radius : 10px ;
7777 margin-bottom : 1em ;
7878 }
79-
80- blockquote {
81- border-left : 4px solid var (--site-link-with-right-arrow-color );
82- margin : 1.5em 0 ;
83- padding : 0.5em 0 0.5em 1.5em ;
84- color : var (--color-syntax-plain-text );
85-
86- p :last-child {
87- margin-bottom : 0 ;
88- }
89- }
9079 }
9180
9281 .card-grid {
You can’t perform that action at this time.
0 commit comments