diff --git a/less/headings.less b/less/headings.less index aa34b8b586abc8942c0fddc9336d85b8c470ca6d..579777cbe9ffa9db04002eed8db2ff2c53c291a0 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 50e73b3410ab4da6a65106b91ee09ede8f6f5b67..4e46d11d217421ed801787f85d832bffc1efdec6 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; } }