refactor: colors
This commit is contained in:
parent
8f728d1391
commit
53b81f7867
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user