File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
44 < title > tfarrell</ title >
55
6+ < link rel ="icon " type ="image/x-icon " href ="{{ '/public/favicon.ico' | relative_url }} ">
7+ < link rel ="apple-touch-icon-precomposed " sizes ="144x144 " href ="{{ '/public/apple-touch-icon-precomposed.png' | relative_url }} ">
8+
69 {%- seo title=false -%}
710 {%- feed_meta -%}
811
Original file line number Diff line number Diff line change @@ -69,6 +69,10 @@ a:focus {
6969 transition : width 0.2s ease-out;
7070}
7171
72+ blockquote {
73+ border : none;
74+ }
75+
7276/* Post Meta */
7377.post-meta {
7478 color : # 9a9a9a ;
Original file line number Diff line number Diff line change @@ -215,7 +215,8 @@ blockquote {
215215 padding : .5rem 1rem ;
216216 margin : .8rem 0 ;
217217 color : # 7a7a7a ;
218- border-left : .25rem solid # e5e5e5 ;
218+ border-left : none ; /*.25rem solid #e5e5e5;*/
219+ border : none;
219220}
220221blockquote p : last-child {
221222 margin-bottom : 0 ;
You can’t perform that action at this time.
0 commit comments