1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-12-22 03:24:20 +00:00

🔧 Add .color-green as an alias to .color-lime

This commit is contained in:
Steffo 2021-09-22 15:37:33 +02:00
parent 2e5e7d1b55
commit d01c9936a2
Signed by: steffo
GPG key ID: 6965406171929D01
3 changed files with 5 additions and 3 deletions

View file

@ -2475,7 +2475,9 @@ body .color-yellow,
--bluelib-color-b: var(--bluelib-yellow-b);
}
body .color-lime,
.bluelib .color-lime {
.bluelib .color-lime,
body .color-green,
.bluelib .color-green {
--bluelib-color-r: var(--bluelib-lime-r);
--bluelib-color-g: var(--bluelib-lime-g);
--bluelib-color-b: var(--bluelib-lime-b);

File diff suppressed because one or more lines are too long

View file

@ -104,7 +104,7 @@
@color-red: ~".color-red";
@color-orange: ~".color-orange";
@color-yellow: ~".color-yellow";
@color-lime: ~".color-lime";
@color-lime: ~".color-lime, .color-green";
@color-cyan: ~".color-cyan";
@color-blue: ~".color-blue";
@color-magenta: ~".color-magenta";