File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ $darkcolor: #000;
2828/* *
2929 * Grey colors
3030 */
31- $maingrey : #ddd ;
31+ $maingrey : #888 ;
3232$dark-gray : #333 ;
3333$medium-gray : #999 ;
3434$light-gray : #ddd ;
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ big {
174174code {
175175 display : inline-block ;
176176 padding : 2px 5px ;
177- background-color : $maingrey ;
177+ background-color : $light-gray ;
178178 border : 1px solid $darkcolor ;
179179 font-family : monospace ;
180180 font-size : $base-fz ;
Original file line number Diff line number Diff line change 6767 margin-bottom : $base-spacing * 1.5 ;
6868 }
6969 }
70+
71+ & -pullquote {
72+ border-top : 4px solid currentColor ;
73+ border-bottom : 4px solid currentColor ;
74+
75+ cite ,
76+ & __citation {
77+ text-transform : uppercase ;
78+ font-size : 13px ;
79+ font-style : normal ;
80+ color : $maingrey ;
81+ }
82+
83+ blockquote {
84+ margin-bottom : 0 ;
85+ }
86+ }
7087}
7188
7289// Paragraph
You can’t perform that action at this time.
0 commit comments