Skip to content

Commit

Permalink
Merge pull request #170 from isubit/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
sacarney committed May 12, 2021
2 parents f69b950 + ccefb6c commit e14baae
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
12 changes: 12 additions & 0 deletions css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1311,6 +1311,18 @@ a.tabledrag-handle .handle {
font-weight: 700;
border-bottom: 0;
}
.isu-region_sign-off {
color: #616161;
}
.isu-region_sign-off a:not(.btn) {
color: #c70000;
}
.isu-region_sign-off a:not(.btn):hover {
color: #00679E;
}
.isu-region_sign-off blockquote {
border-color: #aaaaaa;
}

/* --- ## ASSOCIATES MENU --- */
/*
Expand Down
2 changes: 1 addition & 1 deletion iastate_theme.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Drupal 8 theme for Iowa State University websites
type: theme
core: 8.x
core_version_requirement: ^8 || ^9
base_theme: stable
base theme: stable
libraries:
- iastate_theme/global-css
- iastate_theme/global-js
Expand Down
4 changes: 4 additions & 0 deletions templates/blocks/block--system-branding-block.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@
</h1>

{% endif %}

{% if site_slogan %}
<div class="isu-slogan">{{ site_slogan }}</div>
{% endif %}
</div>

{% endblock %}

0 comments on commit e14baae

Please sign in to comment.