Update colors

This commit is contained in:
Kevin Kandlbinder 2022-11-26 05:07:33 +01:00
parent 1cd023b9cc
commit 1cd598870b
3 changed files with 9 additions and 4 deletions

View file

@ -5,6 +5,11 @@
--layout-width: 1000px;
--layout-padding: 20px;
--layout-slant: -30deg;
/*
--color-base: #190b22;
--color-splash: red;
*/
}
@mixin boxConstraints {

View file

@ -21,9 +21,9 @@
height: 15px;
background-image: repeating-linear-gradient(
var(--layout-slant),
white 0px,
var(--color-base) 0px,
var(--color-splash) 0.5px 3px,
white 3.5px 12px
var(--color-base) 3.5px 12px
);
}

View file

@ -73,9 +73,9 @@
height: 90px;
background-image: repeating-linear-gradient(
var(--layout-slant),
white 0px,
var(--color-base) 0px,
var(--color-splash) 0.5px 3px,
white 3.5px 12px
var(--color-base) 3.5px 12px
);
}