soften the colors

This commit is contained in:
James Tomasino 2018-11-28 22:17:44 -05:00
parent 6520c86642
commit 9048134bf3
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@
<link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">
<style>
body, html {
color: rgb(62, 231, 123);
background-color: #000;
color: rgb(50, 200, 100);
background-color: #010;
font-size: 12px;
}