saleor-apps-redis_apl/apps/search/src/styles/globals.css
Lukasz Ostrowski fc7a70f598
Search redesign to Macaw 2.0 (#420)
* Redesign

* Better form

* Remove searchKey

* Update macaw

* Test setup

* fix build

* Create curly-jars-doubt.md

* Unify vitest to (hopefully) fix build

* fix lock

* update macaw and review fixes

* fix build
2023-04-25 18:20:20 +02:00

16 lines
293 B
CSS

body {
color: var(--mu-colors-foreground-text-neutral-plain);
padding: 0;
margin: 0;
background: var(--mu-colors-background-plain);
}
code {
display: inline-block;
letter-spacing: 0.1em;
color: var(--mu-colors-foreground-text-neutral-subdued);
}
a {
text-decoration: none;
}