diff --git a/css/base.css b/css/base.css index 684cd1d..f9247b6 100644 --- a/css/base.css +++ b/css/base.css @@ -1,6 +1,16 @@ body { - color: white; - background-color: #3D3434; + color: #e2a540; + background-color: #222222; +} + +a:link, a:visited, a:hover, a:active { + color: #f3b651; + text-decoration: none; + font-size: small; +} + +h1 { + text-align: center; } diff --git a/index.html b/index.html index 8067f29..27ae2a4 100755 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@
-