We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4d2d84 commit 44240b6Copy full SHA for 44240b6
RELEASE_NOTES.md
@@ -1,6 +1,10 @@
1
Release Notes
2
=============
3
4
+## 1.5.0
5
+
6
+CSS changes.
7
8
## 1.4.0
9
10
- Fixed versioning
src/Giraffe.Website/Assets/Private/main.css
@@ -128,11 +128,11 @@ nav ul li {
128
}
129
130
nav a {
131
- font-size: .8em;
+ font-size: .9em;
132
padding-bottom: 3px;
133
- border-bottom: 3px solid #fcc72b;
134
text-transform: uppercase;
135
color: #825e34 !important;
+ font-weight: 500;
136
137
138
nav a:hover {
0 commit comments