fix(skeleton): dark theme styles #393

Merged
lujakob merged 1 commits from fix/skeleton-dark-theme-styles into main 2023-03-07 12:30:05 +00:00
lujakob commented 2023-03-04 17:38:09 +00:00 (Migrated from github.com)

Fixes https://github.com/v0l/snort/issues/381

The skeleton component had css that addressed the dark theme, this prefers-color-scheme media query had no effect however.

  • change prefers-color-scheme to html.light selector
  • improve styles for dark theme
Bildschirmfoto 2023-03-04 um 11 37 37
Fixes https://github.com/v0l/snort/issues/381 The skeleton component had css that addressed the dark theme, this `prefers-color-scheme` media query had no effect however. * change `prefers-color-scheme` to `html.light` selector * improve styles for dark theme <img width="734" alt="Bildschirmfoto 2023-03-04 um 11 37 37" src="https://user-images.githubusercontent.com/886152/222920618-fe15a39f-9a24-4379-833e-fe5b5ade3e75.png">
verbiricha (Migrated from github.com) approved these changes 2023-03-05 11:30:39 +00:00
SamSamskies commented 2023-03-08 01:15:36 +00:00 (Migrated from github.com)

UI looks a lot better with these changes in dark mode 🙌

UI looks a lot better with these changes in dark mode 🙌
Sign in to join this conversation.
No description provided.