style: go dark

This commit is contained in:
cv
2021-04-15 13:51:51 +02:00
parent 8f9eb970d3
commit c25633ade4
21 changed files with 270 additions and 185 deletions
+1 -1
View File
@@ -4,6 +4,6 @@
}
.App {
background-image: linear-gradient(rgb(20, 20, 20) 1.7%, rgb(48, 48, 48) 97%);
background: linear-gradient(90deg, #202020 0%, #121212 100%);
height: 100vh;
}