Skip to content

Commit eb84857

Browse files
committed
Lighter font color
1 parent 58f4644 commit eb84857

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

public/css/main.min.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1+
body {
2+
color: #444;
3+
}
14
header nav.navbar {
25
border: none;
36
border-radius: 0;
47
}
58
footer {
69
margin-top: 20px;
10+
color: #999;
11+
}
12+
footer a {
13+
color: #666;
14+
}
15+
footer a:hover {
16+
color: #333;
717
}

public/less/main.less

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
body {
2+
color: #444;
3+
}
4+
15
header {
26
nav.navbar {
37
border: none;
@@ -7,4 +11,13 @@ header {
711

812
footer {
913
margin-top: 20px;
14+
color: #999;
15+
16+
a {
17+
color: #666;
18+
19+
&:hover {
20+
color: #333;
21+
}
22+
}
1023
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy