Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miguelsimoni/hugo-initio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorAndrew Siegman <blerrnk@gmail.com>2018-01-23 21:30:13 +0300
committerAndrew Siegman <blerrnk@gmail.com>2018-01-23 21:30:13 +0300
commitf45dee1bafea2116f32c07bca32ae0dd7b0108e0 (patch)
tree918366e0d122c6f4c35493f766fee24c5bb2174d /static
parent8116037cfac1a3fa02aa14d2003cc32be5c867d7 (diff)
darken color for legibility
Diffstat (limited to 'static')
-rw-r--r--static/css/styles.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/css/styles.css b/static/css/styles.css
index 4602aae..04fd4de 100644
--- a/static/css/styles.css
+++ b/static/css/styles.css
@@ -69,7 +69,7 @@ body {
border-color: #cccccc;
}
.navbar-default .navbar-nav > li > a {
- color: #454545;
+ color: #333333;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
@@ -79,7 +79,7 @@ body {
color: #000000;
}
.navbar-default .dropdown ul.dropdown-menu > li > a {
- color: #454545;
+ color: #333333;
}
.navbar-default .dropdown ul.dropdown-menu > li > a:hover {
background-color: #eeeeee;