style(visual-fidelity): pages-admin — batches B,C,F
- B: token-equivalent rgba → color-mix(srgb, var(--ember|green|candle) X%, transparent) so colors track dark mode - C: drop stale var(--green, #...) fallbacks (canonical token now defined in main.css) - F: inline circle badge → <CircleBadge/> in admin/index, members/[id], members/index
This commit is contained in:
parent
d93c16fbf7
commit
cb93f14160
7 changed files with 19 additions and 21 deletions
|
|
@ -954,8 +954,8 @@ const applyBatchVisibility = async (hidden) => {
|
|||
}
|
||||
|
||||
.sync-created {
|
||||
color: var(--green, #4a7);
|
||||
border-color: var(--green, #4a7);
|
||||
color: var(--green);
|
||||
border-color: var(--green);
|
||||
}
|
||||
|
||||
.sync-updated {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue