Skip to content

Commit efa845b

Browse files
Changed button colors around for Learn More in upcoming events.
Added link to pandas main website to the pandas logo.
1 parent 695e1ba commit efa845b

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

_sass/style.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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">

0 commit comments

Comments
 (0)