diff --git a/less/headings.less b/less/headings.less index aa34b8b..579777c 100644 --- a/less/headings.less +++ b/less/headings.less @@ -1,9 +1,11 @@ +.title { + font-size: 7em; + margin: 0; +} + h1 { font-size: 4em; margin: 0; - &.title { - font-size: 7em; - } } h2 { diff --git a/less/navbar.less b/less/navbar.less index 50e73b3..4e46d11 100644 --- a/less/navbar.less +++ b/less/navbar.less @@ -1,7 +1,7 @@ .navbar { width: 100%; - background: black; - color: white; + background: #000; + color: #fff; text-align: left; height: 1.5em; padding: 1em 0 .6em; @@ -12,7 +12,7 @@ } .pagename { - color: white; + color: #fff; padding: 0 1em 0 2em; font-weight: bold; } @@ -21,7 +21,7 @@ padding: .5em; color: #aaa; &:hover { - color: white; + color: #fff; } }