Skip to content

v1.1.0 Release

Compare
Choose a tag to compare
@github-actions github-actions released this 30 May 18:55
ae6c7dc
  • 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.