aboutsummaryrefslogtreecommitdiff
path: root/assets/css/main.css
diff options
context:
space:
mode:
authorMarvin Borner2020-02-05 21:17:43 +0100
committerMarvin Borner2020-02-05 21:17:43 +0100
commit5a975adac4aeda46c5760fbe1770964610b0eeda (patch)
treee4167e6275189bce16939c53b9d1d7d51dcebdea /assets/css/main.css
parente64b504e7e4144f2d29d55c4193875472e9dd8a7 (diff)
Awesome animations and design changes
Diffstat (limited to 'assets/css/main.css')
-rw-r--r--assets/css/main.css6
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;
}