Skip to content

Commit 44240b6

Browse files
committed
CSS changes
1 parent f4d2d84 commit 44240b6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Release Notes
22
=============
33

4+
## 1.5.0
5+
6+
CSS changes.
7+
48
## 1.4.0
59

610
- Fixed versioning

src/Giraffe.Website/Assets/Private/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,11 @@ nav ul li {
128128
}
129129

130130
nav a {
131-
font-size: .8em;
131+
font-size: .9em;
132132
padding-bottom: 3px;
133-
border-bottom: 3px solid #fcc72b;
134133
text-transform: uppercase;
135134
color: #825e34 !important;
135+
font-weight: 500;
136136
}
137137

138138
nav a:hover {

0 commit comments

Comments
 (0)