diff --git a/assets/css/default.css b/assets/css/default.css index d533f7f..2757733 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -38,4 +38,13 @@ div.content { margin: 0 auto; position: relative; } -} \ No newline at end of file +} + +body { + background-color: #1a1b26; + color: #a9b1d6; +} + +a { + color: #9ece6a; +}