diff --git a/404.html b/404.html --- a/404.html +++ b/404.html @@ -24,10 +24,11 @@ display: table-cell; vertical-align: middle; margin: 2em auto; + background-color: #44484D; } h1 { - color: #555; + color: #F6D258; font-size: 2em; font-weight: 400; } diff --git a/css/app.css b/css/app.css new file mode 100644 --- /dev/null +++ b/css/app.css @@ -0,0 +1,26 @@ +@charset "utf-8"; + +/* ------------------------------------------------------------- + Launch Nasqueron + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + Author: Dereckson + Filename: app.css + Version: 1.0 + Licence: Creative Commons BY 3.0, BSD-2-Clause + ------------------------------------------------------------- */ + +/* ------------------------------------------------------------- + Table of contents + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + :: Main styles + +*/ + +/* ------------------------------------------------------------- + Main styles + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ + +body { + background-color: #44484D; +} diff --git a/index.html b/index.html --- a/index.html +++ b/index.html @@ -12,6 +12,7 @@ +