small fixes

This commit is contained in:
teldra 2022-04-11 21:19:14 +02:00
parent d3a7f88efc
commit e3fc16110c
1 changed files with 6 additions and 6 deletions

View File

@ -46,12 +46,12 @@ section {
} }
@keyframes color { @keyframes color {
0% { background: #12011e; } 0% { background: #582a52; }
20% { background: #340e4a; } 20% { background: #783a7d; }
40% { background: #005500; } 40% { background: #632f60; }
60% { background: #55007f; } 60% { background: #81408d; }
80% { background: #00557f; } 80% { background: #6d346e; }
100% { background: #12011e; } 100% { background: #582a52; }
} }
body { body {