Skip to content

Commit

Permalink
Convert footer to use bg-dark
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Aug 15, 2024
1 parent fbcd4d7 commit a42338e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions footer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h1 class="m-5">Footer</h1>
alt="Stanford Libraries"
height="45"
src="../styles/StanfordLibraries-logo-whitetext.svg"
>
/>
</a>
</div>
<div
Expand Down Expand Up @@ -66,14 +66,14 @@ <h1 class="m-5">Footer</h1>
</div>
</div>
</section>
<div id="su-footer" class="text-white bg-cardinal pt-4 pb-4">
<div id="su-footer" class="text-white bg-dark pt-4 pb-4">
<div
class="container d-flex flex-column flex-lg-row align-items-center align-md-normal"
title="Common Stanford resources"
>
<div class="mt-1 mb-2 align-self-lg-start">
<a class="su-logo" href="https://www.stanford.edu"
>Stanford<br><span class="su-logo-university"
>Stanford<br /><span class="su-logo-university"
>University</span
></a
>
Expand Down Expand Up @@ -239,7 +239,7 @@ <h1 class="m-5">Footer</h1>
&lt;/div&gt;
&lt;/div&gt;
&lt;/section&gt;
&lt;div id=&quot;su-footer&quot; class=&quot;text-white bg-cardinal pt-4 pb-4&quot;&gt;
&lt;div id=&quot;su-footer&quot; class=&quot;text-white bg-dark pt-4 pb-4&quot;&gt;
&lt;div
class=&quot;container d-flex flex-column flex-lg-row align-items-center align-md-normal&quot;
title=&quot;Common Stanford resources&quot;
Expand Down
2 changes: 1 addition & 1 deletion styles/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ footer a {
}

#su-footer {
background-color: var(--stanford-cardinal);
--bs-dark-rgb: var(--stanford-cardinal-rgb);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;

Expand Down

0 comments on commit a42338e

Please sign in to comment.