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:
parent
2e5e7d1b55
commit
d01c9936a2
3 changed files with 5 additions and 3 deletions
|
@ -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
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue