removing dark theme
This commit is contained in:
parent
c8b88f2b7c
commit
ccb9d832a0
|
|
@ -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;
|
||||
}
|
||||
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -301,7 +301,7 @@ function enableThemeSwitcher() {
|
|||
}
|
||||
|
||||
window.addEventListener("load", function(){
|
||||
enableThemeSwitcher();
|
||||
// enableThemeSwitcher();
|
||||
// window.scrollTo(0, 0);
|
||||
styleCodeBlocks();
|
||||
loadGlslElements();
|
||||
|
|
|
|||
Loading…
Reference in New Issue