mirror of
https://github.com/smartyellow/status.git
synced 2025-06-28 12:45:11 +00:00
Opacity for grey cards
Signed-off-by: Romein van Buren <romein@vburen.nl>
This commit is contained in:
@ -47,6 +47,10 @@
|
|||||||
border-color: var(--green);
|
border-color: var(--green);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tile.grey {
|
||||||
|
opacity: 0.5;
|
||||||
|
}
|
||||||
|
|
||||||
.tile.grey .content {
|
.tile.grey .content {
|
||||||
color: var(--grey);
|
color: var(--grey);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user