mirror of
https://github.com/Unkn0wnCat/Unkn0wnCat.net.git
synced 2025-04-28 17:56:47 +02:00
Update colors
This commit is contained in:
parent
1cd023b9cc
commit
1cd598870b
3 changed files with 9 additions and 4 deletions
|
@ -5,6 +5,11 @@
|
|||
--layout-width: 1000px;
|
||||
--layout-padding: 20px;
|
||||
--layout-slant: -30deg;
|
||||
|
||||
/*
|
||||
--color-base: #190b22;
|
||||
--color-splash: red;
|
||||
*/
|
||||
}
|
||||
|
||||
@mixin boxConstraints {
|
||||
|
|
|
@ -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
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue