small fixes

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

View File

@ -46,12 +46,12 @@ section {
} }
@keyframes color { @keyframes color {
0% { background: #582a52; } 0% { background: #21001f; }
20% { background: #783a7d; } 20% { background: #240027; }
40% { background: #632f60; } 40% { background: #1f001d; }
60% { background: #81408d; } 60% { background: #1c0018; }
80% { background: #6d346e; } 80% { background: #220022; }
100% { background: #582a52; } 100% { background: #21001f; }
} }
body { body {