aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-05-23 09:12:34 -0400
committerGravatar Barry Clark <barry@barryclark.co> 2014-05-23 09:12:34 -0400
commit8d6f8a76a4c4a8140d8b705b8c3035baecf556ba (patch)
tree4a12c968977ffce7cb0059871344640a859615f9 /style.css
parent04c0faca7e960632cae6f3ab9da21e0395123c56 (diff)
downloadkompetenzbolzen.github.io-8d6f8a76a4c4a8140d8b705b8c3035baecf556ba.tar.gz
Lighten up description and border-bottom in the header
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/style.css b/style.css
index db1a169..6eafba0 100644
--- a/style.css
+++ b/style.css
@@ -408,7 +408,7 @@ img {
.masthead {
padding: 20px 0;
- border-bottom: #777777 dotted 1px; }
+ border-bottom: 1px solid #eeeeee; }
@media screen and (max-width: 520px) {
.masthead {
text-align: center; } }
@@ -449,7 +449,7 @@ img {
font-size: 16px;
margin: 0;
margin-top: -5px;
- color: #333333; }
+ color: #777777; }
@media screen and (max-width: 520px) {
.site-description {
float: none;