Added dark mode files for studio

Added dark mode CSS files for all studio pages.

Now, this one's a bit janky. The studio CSS files 'bootstrap.min' and 'style-dashboard' already had settings for dark mode in them. 

The problem is that the PHP files for the studio sites:
app.blade.php, footer.blade.php, guest.blade.php, sidebar.blade.php and a few others specify the light classes in the PHP directly. 

As I didn't want to create separate PHP pages for dark and light mode, I simply replaced the light mode values in the CSS files with the dark mode ones. This means in the files the classes are still labeled as light mode but are in fact for the dark mode.

Selection for the dark mode will be handled the same as on the other pages, with JavaScript and a cookie (see next commit).
This commit is contained in:
JulianPrieber 2022-02-20 22:43:11 +01:00 committed by GitHub
parent c29b9a03fd
commit e6729f5485
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8305 additions and 0 deletions

7
studio/css/bootstrap.min-dark.css vendored Normal file

File diff suppressed because one or more lines are too long

8298
studio/css/style-dashboard-dark.css vendored Normal file

File diff suppressed because it is too large Load Diff