mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-06-13 02:35:29 +00:00
feat: Enabling Dark Mode + Slider 🌃 🔦
Enabled Dark Mode and a slider. Dark mode setting will default to System values, but can be overridden with the slider.
This commit is contained in:
3
docs/stylesheets/bootstrap.css
vendored
3
docs/stylesheets/bootstrap.css
vendored
@ -2589,6 +2589,9 @@ html {
|
||||
margin-bottom: 5px;
|
||||
font-weight: 700;
|
||||
}
|
||||
label:is(.md-header__button) {
|
||||
display: none;
|
||||
}
|
||||
input[type="search"] {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
|
Reference in New Issue
Block a user