diff --git a/client/src/styles/globals.css b/client/src/styles/globals.css index 4001cf3..5722b99 100644 --- a/client/src/styles/globals.css +++ b/client/src/styles/globals.css @@ -8,7 +8,7 @@ body { } a { - color: #2596be; + color: #84309c; text-decoration: none; } @@ -17,6 +17,6 @@ a { } body { - color: #000000; - background: #ffffff; -} \ No newline at end of file + color: #e7e8e8; + background: #070707; +}