You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SkunkHTML in its default colors looks best on a white background. However, if you want to respect user's dark mode preferences, it's possible because MVP.css, which this generator is based on, supports dark mode.
All you need to do is go to the SkunkHtml.fs file and change the <html lang="en"> fragment to <html lang="en" color-mode="user">.
Now, when the browser is in dark mode, everything will be black, like a skunk! 🦨
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
SkunkHTML in its default colors looks best on a white background. However, if you want to respect user's dark mode preferences, it's possible because
MVP.css
, which this generator is based on, supports dark mode.All you need to do is go to the
SkunkHtml.fs
file and change the<html lang="en">
fragment to<html lang="en" color-mode="user">
.Now, when the browser is in dark mode, everything will be black, like a skunk! 🦨
Beta Was this translation helpful? Give feedback.
All reactions