Skip to content

Commit 37710a5

Browse files
Merge pull request #762 from jarrodmillman/theme-0.18
Update theme (v0.18)
2 parents 0a332f3 + 2552f07 commit 37710a5

File tree

5 files changed

+16
-12
lines changed

5 files changed

+16
-12
lines changed

assets/css/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.hero-title,
2+
.navbar-logo-text {
3+
font-family: "Lato";
4+
}

assets/css/mailchimp.css

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,27 @@
1313
.sign-up-image {
1414
height: 35px;
1515
padding: 5px 10px 6px 10px;
16-
border-right: 1px solid var(--colorPrimaryDark);
17-
background-color: var(--colorSecondary);
16+
border-right: 1px solid var(--spht-color-dark);
17+
background-color: var(--spht-color-light);
1818
border-radius: 5px 0 0 5px;
1919
}
2020

2121
#footer .sign-up-image svg.icon {
22-
fill: var(--colorPrimaryDark);
22+
fill: var(--spht-color-dark);
2323
width: 1.25rem;
2424
height: 1.25rem;
2525
padding-bottom: 2px;
2626
}
2727

2828
.sign-up-input {
29-
background-color: var(--colorSecondary);
29+
background-color: var(--spht-color-light);
3030
border-radius: 0 5px 5px 0;
3131
border: none;
3232
width: 75%;
3333
height: 35px;
3434
padding-left: 5px;
3535
font-size: 14px;
36-
color: var(--colorPrimaryDark);
36+
color: var(--spht-color-dark);
3737
}
3838

3939
.submission-instructions {
@@ -48,7 +48,7 @@
4848
}
4949

5050
#footer .signup-button svg.icon {
51-
fill: var(--colorPrimaryDark);
51+
fill: var(--spht-color-dark);
5252
width: 1.6rem;
5353
height: 1.6rem;
5454
padding-bottom: 2px;
@@ -58,9 +58,9 @@
5858
.thank-you {
5959
display: none;
6060
height: 75px;
61-
color: var(--colorSecondary);
61+
color: var(--spht-color-light);
6262
align-items: center;
63-
color: var(--colorSecondary);
63+
color: var(--spht-color-light);
6464
}
6565

6666
@media only screen and (max-width: 1150px) {

layouts/partials/footer_actions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p>Sign up for the latest NumPy news, resources, <br> and more</p>
1+
Sign up for the latest NumPy news, resources, and more
22
<!-- Begin Mailchimp -->
33
<form action="https://numpy.us4.list-manage.com/subscribe/post?u=5ddd0d1d6e807900a8212481a&amp;id=287fa4253c" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate sign-up-container" target="_blank" novalidate>
44
<div class="sign-up-image">

netlify.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# unless otherwise overridden by more specific contexts.
33
[build.environment]
44
PYTHON_VERSION = "3.8" # netlify currently only support 2.7 and 3.8
5-
HUGO_VERSION = "0.125.4"
6-
DART_SASS_VERSION = "1.75.0"
5+
HUGO_VERSION = "0.126.2"
6+
DART_SASS_VERSION = "1.77.5"
77
DART_SASS_URL = "https://github.com/sass/dart-sass/releases/download/"
88

99
[build]

0 commit comments

Comments
 (0)