Skip to content

Commit

Permalink
Primary button enhancment (#56)
Browse files Browse the repository at this point in the history
* used primary

used primary button for all the button

* navigation color enhancement

change the color of navigation to gold while hover and blue while selected.

* logo color to gold

hover to gold color on logo!
  • Loading branch information
sajin123go authored Aug 12, 2024
1 parent 5a61b13 commit 5f99f46
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ <h2>Core Purpose</h2>
<footer class="major">
<ul class="actions special">
<li><a href="join.html" class="button primary">Join</a></li>
<li><a href="https://leadersandbest.umich.edu/find/#!/give/basket/fund/326936" class="button">Support</a></li>
<li><a href="https://leadersandbest.umich.edu/find/#!/give/basket/fund/326936" class="button primary">Support</a></li>
</ul>
</footer>
</section>
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h2>About</h2>
atmosphere.
</p>
<ul class="actions">
<li><a href="about.html" class="button">Learn More</a></li>
<li><a href="about.html" class="button primary">Learn More</a></li>
</ul>
</div>
<span class="image"
Expand Down Expand Up @@ -93,7 +93,7 @@ <h3>TinyKart</h3>
<footer class="major">
<ul class="actions special">
<li>
<a href="current-teams.html" class="button">Learn More</a>
<a href="current-teams.html" class="button primary">Learn More</a>
</li>
</ul>
</footer>
Expand All @@ -112,8 +112,8 @@ <h2>Join</h2>
<footer class="major">
<ul class="actions special">
<li><a href="join.html" class="button primary">Join</a></li>
<li><a href="about.html" class="button">Learn More</a></li>
<li><a href="sponsors.html" class="button">Support</a></li>
<li><a href="about.html" class="button primary">Learn More</a></li>
<li><a href="sponsors.html" class="button primary">Support</a></li>
</ul>
</footer>
</section>
Expand Down
7 changes: 4 additions & 3 deletions sass/bin/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5f99f46

Please sign in to comment.