Files
wunix.rhpidfyre.io/src/scss/variables.scss
rhpidfyre 3640f022f6 working on the file system
cd can now display folders in blue
2025-02-23 23:13:05 -05:00

16 lines
269 B
SCSS

$default-font-size: 1.2rem;
$header-Y: 30px;
$footer-Y: 30px;
$component-padding: 20px;
@mixin color-matrix {
--color-red: 200, 0, 0;
--color-green: 0, 200, 0;
--color-blue: 0, 0, 200;
--color-cyan: 18,167,148;
}
@mixin css-global {
@include color-matrix;
}