Skip to content

Commit bb01dbd

Browse files
committed
Revert to #e7f8ff
1 parent ac4d128 commit bb01dbd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkg/web_css/lib/src/_variables.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616
// - `[property]` may be `color`, `opacity` for specific values, or a `value` for multi-part properties.
1717

1818
:root {
19-
--pub-color-white: #ffffff;
20-
--pub-color-snowWhite: #fafafa; // slight deviation from official snow-white (fffafa)
21-
--pub-color-smokeWhite: #f5f5f7; // slight deviation from official white-smoke (f5f5f5)
22-
--pub-color-aliceBlue: #f0f8ff;
19+
--pub-color-white: #ffffff;
20+
--pub-color-snowWhite: #fafafa; // slight deviation from official snow-white (fffafa)
21+
--pub-color-smokeWhite: #f5f5f7; // slight deviation from official white-smoke (f5f5f5)
22+
--pub-color-bubblesBlue: #e7f8ff; // slight deviation from official bubbles-blue (e7feff)
2323

2424
--pub-color-dangerRed: #ff4242;
2525

2626
--pub-neutral-bgColor: var(--pub-color-white);
2727
--pub-neutral-hover-bgColor: var(--pub-color-snowWhite);
2828
--pub-inset-bgColor: var(--pub-color-smokeWhite);
29-
--pub-selected-bgColor: var(--pub-color-aliceBlue);
29+
--pub-selected-bgColor: var(--pub-color-bubblesBlue);
3030

3131
--pub-default-headline-font_family: "Google Sans Display", "Google Sans", "Roboto", sans-serif;
3232
--pub-default-text-color: hsl(0, 0%, 29%);

0 commit comments

Comments
 (0)