diff --git a/dist/style.css b/dist/style.css index d4c1e15..b7ba569 100644 --- a/dist/style.css +++ b/dist/style.css @@ -1,4 +1,9 @@ body { - background: #222; + background: #222428; color: #F2F2F2; } +a { + color: ##82a2f2; + background-color: transparent; + text-decoration: none; +}