mirror of https://github.com/lxndrblz/anatole.git

Alexander Bilz
21.33.2020 017c73d71bac7adaadd2cb3073b1f300cd1fd606
Increased Switcher
2 files modified
11 ■■■■ changed files
assets/css/style.css 7 ●●●●● patch | view | raw | blame | history
layouts/partials/navbar.html 4 ●●●● patch | view | raw | blame | history
assets/css/style.css
@@ -200,6 +200,13 @@
  padding-bottom: 22px;
  border-bottom: 1px solid var(--nav-text-color);
}
.page-top .themeswitcher {
  list-style: none;
  padding: 18px 30px;
  float: right;
  font-size: 20px;
}
.page-top .information {
  float: right;
  padding-top: 12px;
layouts/partials/navbar.html
@@ -5,10 +5,10 @@
        <li><a {{if or ($currentPage.IsMenuCurrent "main" .) ($currentPage.HasMenuCurrent "main" .) }}class="current"{{end}} href="{{ .URL }}" title="{{ .Title }}">{{ .Name }}</a></li>
        {{ end }}
        <li>
    </div>
    <div class="themeswitcher">
        <a class="theme-switch" title="Switch Theme">
            <i class="fa fa-adjust fa-fw" aria-hidden="true"></i>
        </a>
        </li>
    </div>
</div>