File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -359,14 +359,14 @@ a {
359359.upcoming__button {
360360 font-size : 1.5em ;
361361 font-family : ' Playfair Display' , serif ;
362- color : antiquewhite ;
363- background : rgba ( 0 , 0 , 0 , 0.4 ) ;
364- border : antiquewhite 1px solid ;
362+ background : rgba ( 7 , 41 , 72 , 0.6 ) ;
363+ color : #7fa0c2 ;
364+ border : #035E9A 1px solid ;
365365 min-width : 30% ;
366366 & :hover {
367- background : rgba ( 7 , 41 , 72 , 0.6 ) ;
368- color : #7fa0c2 ;
369- border : #035E9A 1px solid ;
367+ color : antiquewhite ;
368+ background : rgba ( 0 , 0 , 0 , 0.4 ) ;
369+ border : antiquewhite 1px solid ;
370370 }
371371}
372372
Original file line number Diff line number Diff line change @@ -89,7 +89,9 @@ <h2 class="post__label">Date</h2>
8989 </ div >
9090 </ div >
9191 < div class ="upcoming__logo-col col-auto ">
92- < img class ="upcoming__project-logo " src ="{{ site.baseurl }}/{{ post.project_logo }} ">
92+ < a href ="http://pandas.pydata.org/index.html ">
93+ < img class ="upcoming__project-logo " src ="{{ site.baseurl }}/{{ post.project_logo }} ">
94+ </ a >
9395 </ div >
9496 </ div >
9597 < div class ="upcoming__button-row row ">
You can’t perform that action at this time.
0 commit comments