diff options
author | Marvin Borner | 2020-02-05 21:17:43 +0100 |
---|---|---|
committer | Marvin Borner | 2020-02-05 21:17:43 +0100 |
commit | 5a975adac4aeda46c5760fbe1770964610b0eeda (patch) | |
tree | e4167e6275189bce16939c53b9d1d7d51dcebdea /assets/css/main.css | |
parent | e64b504e7e4144f2d29d55c4193875472e9dd8a7 (diff) |
Awesome animations and design changes
Diffstat (limited to 'assets/css/main.css')
-rw-r--r-- | assets/css/main.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/assets/css/main.css b/assets/css/main.css index a022802..360f254 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -6,6 +6,8 @@ html, body { padding: 8px; + color: #ffffff; + background-color: #141414; font-family: "Varela Round", sans-serif !important; text-rendering: optimizeLegibility !important; } @@ -26,7 +28,7 @@ canvas { .stats > div { padding: 8px; margin-top: 8px; - border: 1px solid black; + border: 1px solid white; } .heatMap { @@ -36,5 +38,5 @@ canvas { .heatMap td { width: 2vw; height: 2vw; - border: 1px solid black; + border: 1px solid white; } |