summaryrefslogtreecommitdiff
path: root/src/main.scss
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-01-09 17:27:26 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-01-09 17:27:26 -0500
commitf582680627713f2b67c8506b4e3692d25b742298 (patch)
tree19fb135ba6b9bc000ac670acaaa3db1bcad4d08b /src/main.scss
parenta70b39250252962df17670cee743d01d1a6f7c16 (diff)
fix
Diffstat (limited to 'src/main.scss')
-rw-r--r--src/main.scss23
1 files changed, 14 insertions, 9 deletions
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;
}
}