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:
authorRajesh Shenoy <shenoybr@users.noreply.github.com>2018-11-22 00:03:28 +0300
committerGitHub <noreply@github.com>2018-11-22 00:03:28 +0300
commit8f3daa04b6ea9d26b45a68638910afe78053fc92 (patch)
treeeb30bb1c300645eea133c0317d47a1f033bbef10
parent53921986b88ced5067ab75f91c34b91bfc00b52c (diff)
parentb940f0f07cfe84f1b953ade056b80c23c2d1e52c (diff)
Merge pull request #48 from rhamzeh/fix/accessibility
Slight improvement to contrast for accessibility purposes
-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
{