Skip to content

Commit

Permalink
CSS changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinmoris committed Jan 30, 2021
1 parent f4d2d84 commit 44240b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Release Notes
=============

## 1.5.0

CSS changes.

## 1.4.0

- Fixed versioning
Expand Down
4 changes: 2 additions & 2 deletions src/Giraffe.Website/Assets/Private/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,11 @@ nav ul li {
}

nav a {
font-size: .8em;
font-size: .9em;
padding-bottom: 3px;
border-bottom: 3px solid #fcc72b;
text-transform: uppercase;
color: #825e34 !important;
font-weight: 500;
}

nav a:hover {
Expand Down

0 comments on commit 44240b6

Please sign in to comment.