fix colors

This commit is contained in:
Set Sakrecoer 2020-12-15 13:41:18 +01:00
parent 6c08236571
commit 46baf72e28
2 changed files with 3 additions and 3 deletions

View file

@ -6,5 +6,5 @@ border_rgba: 'rgb(0, 0, 0)'
border-alt_rgba: 'rgba(0, 0, 0, 0.75)'
accent1_rgba: 'rgb(56, 255, 89)'
accent1-alt_rgba: 'rgba(56, 255, 89, 0.75)'
accent2_rgba: 'rgb(233, 157, 254)'
accent2-alt_rgba: 'rgba(233, 157, 254, 0.75)'
accent2_rgba: 'rgba(255, 145, 0, 1)'
accent2-alt_rgba: 'rgba(255, 145, 0, 0.75)'

View file

@ -126,7 +126,7 @@ body {
flex-wrap: wrap;
.button {
background-image: linear-gradient(228deg, var(--accent1-alt), var(--bg-alt));
background-image: linear-gradient(228deg, var(--accent1-alt), var(--accent2-alt));
background-size: 400% 400%;
-webkit-animation: backgroundBlink 7s ease infinite;
-moz-animation: backgroundBlink 7s ease infinite;