removing dark theme

This commit is contained in:
Patricio Gonzalez Vivo 2022-10-21 02:02:20 -04:00
parent c8b88f2b7c
commit ccb9d832a0
2 changed files with 33 additions and 33 deletions

View File

@ -290,10 +290,10 @@ code {
/* @charset 'utf-8'; */
/* .glslGallery{ */
/* -moz-column-width: initial; */
/* -webkit-column-width: initial; */
/* } */
.glslGallery{
-moz-column-width: initial;
-webkit-column-width: initial;
}
.glslGallery_item{
vertical-align: top;
@ -375,7 +375,7 @@ code {
/* Theme Switcher
* ---------------------------------
* */
/*
.themeSwitcher {
appearance: none;
background: none;
@ -406,4 +406,4 @@ code {
[data-theme='dark'] img:hover {
opacity: 1;
}
*/

View File

@ -301,7 +301,7 @@ function enableThemeSwitcher() {
}
window.addEventListener("load", function(){
enableThemeSwitcher();
// enableThemeSwitcher();
// window.scrollTo(0, 0);
styleCodeBlocks();
loadGlslElements();