Skip to content

Commit

Permalink
Merge pull request #762 from jarrodmillman/theme-0.18
Browse files Browse the repository at this point in the history
Update theme (v0.18)
  • Loading branch information
jarrodmillman committed Jul 9, 2024
2 parents 0a332f3 + 2552f07 commit 37710a5
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 12 deletions.
4 changes: 4 additions & 0 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.hero-title,
.navbar-logo-text {
font-family: "Lato";
}
16 changes: 8 additions & 8 deletions assets/css/mailchimp.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,27 @@
.sign-up-image {
height: 35px;
padding: 5px 10px 6px 10px;
border-right: 1px solid var(--colorPrimaryDark);
background-color: var(--colorSecondary);
border-right: 1px solid var(--spht-color-dark);
background-color: var(--spht-color-light);
border-radius: 5px 0 0 5px;
}

#footer .sign-up-image svg.icon {
fill: var(--colorPrimaryDark);
fill: var(--spht-color-dark);
width: 1.25rem;
height: 1.25rem;
padding-bottom: 2px;
}

.sign-up-input {
background-color: var(--colorSecondary);
background-color: var(--spht-color-light);
border-radius: 0 5px 5px 0;
border: none;
width: 75%;
height: 35px;
padding-left: 5px;
font-size: 14px;
color: var(--colorPrimaryDark);
color: var(--spht-color-dark);
}

.submission-instructions {
Expand All @@ -48,7 +48,7 @@
}

#footer .signup-button svg.icon {
fill: var(--colorPrimaryDark);
fill: var(--spht-color-dark);
width: 1.6rem;
height: 1.6rem;
padding-bottom: 2px;
Expand All @@ -58,9 +58,9 @@
.thank-you {
display: none;
height: 75px;
color: var(--colorSecondary);
color: var(--spht-color-light);
align-items: center;
color: var(--colorSecondary);
color: var(--spht-color-light);
}

@media only screen and (max-width: 1150px) {
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/footer_actions.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p>Sign up for the latest NumPy news, resources, <br> and more</p>
Sign up for the latest NumPy news, resources, and more
<!-- Begin Mailchimp -->
<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>
<div class="sign-up-image">
Expand Down
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# unless otherwise overridden by more specific contexts.
[build.environment]
PYTHON_VERSION = "3.8" # netlify currently only support 2.7 and 3.8
HUGO_VERSION = "0.125.4"
DART_SASS_VERSION = "1.75.0"
HUGO_VERSION = "0.126.2"
DART_SASS_VERSION = "1.77.5"
DART_SASS_URL = "https://github.com/sass/dart-sass/releases/download/"

[build]
Expand Down

0 comments on commit 37710a5

Please sign in to comment.