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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Update bootstrap-dark.css to include the .navbar-themed class (dark version).
Add bootstrap-light.css which is bootstrap plus the .navbar-themed class (light version).
Add bootstrap-prefers-dark.[css|scss] that is the equivalent of bootstrap-dark.[css|scss], without the print, wrapped in a @media (prefers-color-scheme: dark) media query.
Add bootstrap-prefers-light.[css|scss] that is the equivalent of bootstrap-light.[css|scss], without the print, wrapped in a @media (prefers-color-scheme: light) media query.
Add two samples to show this usage: ./samples/html/prefers-dark-default-light.html and ./samples/html/prefers-light-default-dark.html
Update .NET/Razor Pages sample to use these new CSS files.