mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-07-12 21:02:17 +02:00
style(apps): subtler light-mode page background
This commit is contained in:
parent
2d991dbfc7
commit
9173097715
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ const patternFor = (id: string): string => PATTERNS[hash(id + '·pat') % PATTERN
|
|||
const CARD_CSS = `
|
||||
.ma-page {
|
||||
container-type: inline-size;
|
||||
--ma-bg:#eceef1;
|
||||
--ma-bg:#f8f8f9;
|
||||
--ma-card-from:#ffffff; --ma-card-mid:#f2f3f6; --ma-card-to:#e6e8ee;
|
||||
--ma-card-hover-from:#ffffff; --ma-card-hover-mid:#f5f6f9; --ma-card-hover-to:#eaecf1;
|
||||
--ma-sheen:rgba(255,255,255,0.55); --ma-top-highlight:rgba(255,255,255,0.9);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue