new gradient colours

This commit is contained in:
Rupus Reinefjord 2018-08-21 15:02:25 +02:00
parent 2f2e904ebb
commit 0554d3c077

View file

@ -7,7 +7,7 @@
html {
min-height: 100%;
background: linear-gradient(110deg, rgba(139,74,255,1) 0%, rgba(25,213,255,1) 60%, rgba(255,239,153,1) 100%);
background: linear-gradient(110deg, rgba(86,67,244,1) 0%, rgba(217,71,218,1) 50%, rgba(245,232,119,1) 100%);
}
body {