Files
AutistMask/src/popup/styles/main.css
sneak 59eb02a022
All checks were successful
check / check (push) Successful in 15s
Darker section header background to visually delimit sections
Add --color-section (#dddddd) distinct from --color-well (#f5f5f5).
Section headers on the home screen use bg-section so they stand out
as visual dividers rather than blending with the price well.
2026-02-26 16:53:10 +07:00

21 lines
435 B
CSS

@import "tailwindcss";
@theme {
--font-mono:
ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas,
"Liberation Mono", monospace;
--color-bg: #ffffff;
--color-fg: #000000;
--color-muted: #666666;
--color-border: #000000;
--color-border-light: #cccccc;
--color-hover: #eeeeee;
--color-well: #f5f5f5;
--color-section: #dddddd;
}
body {
width: 396px;
overflow-x: hidden;
}