react95-io / React95

🌈🕹 Windows 95 style UI component library for React
https://react95.io
MIT License
6.6k stars 183 forks source link

docs(storybook): fix styling order #380

Closed xsu1010 closed 1 year ago

xsu1010 commented 1 year ago

On the Storybook docs, in the Getting Started page, the styleReset in its current position overrides the font-family rule defined in the previous lines.

This commit simply changes the order of this line, so that the font-family rule does not get overridden.

This example now becomes coherent with this repo's README.md example as well.