refactor: colors

This commit is contained in:
cha0s 2022-05-04 02:25:41 -05:00
parent 8f728d1391
commit 53b81f7867
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@
}
.fill {
background-image: linear-gradient(to top, red 0%, yellow 50%, green 100%);
background-image: linear-gradient(to top, red 0%, yellow 25%, green 100%);
box-shadow: inset 0 0 calc(0.3 * var(--width)) rgba(0, 0, 0, 0.8);
height: calc(var(--height) - (2 * var(--border-width)));
position: relative;

View File

@ -59,7 +59,7 @@
}
.fill {
background-image: linear-gradient(to top, orange 0%, rgb(0, 110, 255) 100%);
background-image: linear-gradient(to top, orange 0%, rgb(0, 247, 255) 50%, rgb(0, 110, 255) 100%);
box-shadow: inset 0 0 calc(0.3 * var(--width)) rgba(0, 0, 0, 0.8);
height: calc(var(--height) - (2 * var(--border-width)));
position: relative;