updated palette-classes ending in .*-light to switch the rgb values of their tooltip background-color attrs from black to white (better accessibility); changed 'monochrome-light' & its cognates to 'oblivion-light', since it's hardly monochrome at all anymore
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -219,6 +219,9 @@
|
||||
// iron (meteoric)
|
||||
|
||||
|
||||
/* Component tokens */
|
||||
--tooltip-bg: 0, 0, 0;
|
||||
|
||||
/* Inferno Palette (4 per) */
|
||||
// mist (Elpis's Lethe)
|
||||
--priMst: 168, 202, 172;
|
||||
@@ -394,7 +397,7 @@
|
||||
--decUser: var(--terAg); /* 100,100,100 — mid tone */
|
||||
}
|
||||
/* Monochrome Light Palette */
|
||||
.palette-monochrome-light {
|
||||
.palette-oblivion-light {
|
||||
--priUser: var(--sixAdm); /* 240,240,240 — light gray bg */
|
||||
--secUser: var(--terPer); /* 100,100,100 — mid-dark text/border */
|
||||
--terUser: var(--priPer); /* 60,60,60 — dark accent */
|
||||
@@ -420,6 +423,11 @@
|
||||
--decUser: var(--secKhk); /* 145,126,95 — warm mid-tone */
|
||||
}
|
||||
|
||||
/* Light palette overrides */
|
||||
body[class*="-light"] {
|
||||
--tooltip-bg: 255, 255, 255;
|
||||
}
|
||||
|
||||
/* Palette Classes */
|
||||
.priUser {
|
||||
color: rgba(var(--priUser), 1);
|
||||
|
||||
Reference in New Issue
Block a user