From f582680627713f2b67c8506b4e3692d25b742298 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 9 Jan 2017 17:27:26 -0500 Subject: fix --- src/main.scss | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) (limited to 'src') diff --git a/src/main.scss b/src/main.scss index e143892..9a75c62 100644 --- a/src/main.scss +++ b/src/main.scss @@ -7,21 +7,26 @@ header { width: 100%; h1 { - font-size: 50px; margin: 0; background-color: rgba(0, 0, 0, 0.6); - color: white; padding: 4px; padding-bottom: 0; - } - p.breadcrumbs { - background-color: rgba(0, 0, 0, 0.6); - margin: 0; - color: white; - padding: 4px; + text-align: middle; + a:first-child { + font-size: 50px; + color: white; + } + &, a:not(:first-child) { + color: white; + font-size: 15px; + color: white; + } a { - color: GoldenRod; + text-decoration: none; + } + a:hover, a:focus { + text-decoration: underline; } } -- cgit v1.2.3-2-g168b