Skip to content

Commit

Permalink
Default to light theme
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju authored Aug 17, 2020
1 parent fd3f489 commit 69ffdf2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aslo4-static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<meta name="theme-color" content="#ffffff">
</head>

<body class="boring-gradient-bg">
<body>

<!-- PRELOADER Will remain at the top before the whole website is loaded -->
<div class="preloader">
Expand Down Expand Up @@ -101,8 +101,8 @@
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a id="theme-dropdown" class="dropdown-item" onclick="enableDarkTheme()" href="#">
<i class="fa fa-moon"></i> Dark theme</a>
<a id="classic-dropdown" class="dropdown-item" onclick="enableClassicTheme()" href="#">
<i class="fas fa-code"></i> Classic theme</a>
<a id="classic-dropdown" class="dropdown-item" onclick="enableMultiColorTheme()" href="#">
<i class="fas fa-code"></i> Creativ theme</a>
</div>
</li>
<!--li class="nav-item">
Expand Down

0 comments on commit 69ffdf2

Please sign in to comment.