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

github.com/shenoybr/hugo-goa.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaghd Hamzeh <raghd@rhamzeh.com>2018-07-21 23:09:29 +0300
committerRaghd Hamzeh <raghd@rhamzeh.com>2018-07-21 23:09:29 +0300
commitb940f0f07cfe84f1b953ade056b80c23c2d1e52c (patch)
tree99400aee41415ba888f4946b326437210de183a4
parentd7a47bd05742a129af4525dbf1bc36ae9928bfad (diff)
Slight improvement to contrast for accessibility purposes
The contrast was hard to read for some people, this changes the minor color from #bbb to #8b8b8b
-rw-r--r--static/css/main.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/static/css/main.css b/static/css/main.css
index a98c8f5..70d9cb4 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -88,7 +88,7 @@ div.content
{
font-family: 'Roboto', sans-serif;
font-weight: 200;
- color: #bbb;
+ color: #8b8b8b;
}
.error
{
@@ -100,7 +100,7 @@ div.content
{
font-size: 80px;
- color: #bbb;
+ color: #8b8b8b;
}
.error p
{
@@ -121,7 +121,7 @@ div.content
{
margin-top: 10px;
- color: #bbb;
+ color: #8b8b8b;
}
.header
{
@@ -197,7 +197,7 @@ h3.intro
font-size: 12px;
font-weight: 200;
- color: #bbb;
+ color: #8b8b8b;
}
a.meta
{
@@ -209,10 +209,10 @@ h6.meta
font-size: 12px;
font-weight: 200;
- color: #bbb;
+ color: #8b8b8b;
}
section.meta {
- margin-top:
+ margin-top:
}
.powered
{