Skip to content

Commit b3cdd53

Browse files
committed
Change font color
1 parent ed996a8 commit b3cdd53

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

themes/foundation/static/css/main.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ html {
1010

1111
body {
1212
margin-bottom: 80px;
13-
color: #6d6d6d;
13+
color: #555;
1414
font-family: 'Open Sans', 'Helvetica Neue, Helvetica, Arial', sans-serif;
1515
}
1616

@@ -42,7 +42,7 @@ a:hover {
4242
}
4343

4444
.navbar-brand span {
45-
color: #777;
45+
color: #555;
4646
font-size: 1rem;
4747
margin-left: 6px;
4848
}
@@ -61,7 +61,7 @@ ul.navbar-nav {
6161
}
6262

6363
a.nav-link {
64-
color: #777;
64+
color: #555;
6565
}
6666

6767
a.nav-link:hover {
@@ -187,7 +187,7 @@ footer {
187187
position: absolute;
188188
bottom: 0;
189189
width: 100%;
190-
color: #999;
190+
color: #888;
191191
padding: 40px 1rem;
192192
}
193193

0 commit comments

Comments
 (0)