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

Alexander Bilz
21.39.2020 f1ead92e698d0ba4d43e4a4349e91f52ecd9115b
Decreased button sligthly
2 files modified
3 ■■■■ changed files
assets/css/style.css 1 ●●●● patch | view | raw | blame | history
layouts/partials/navbar.html 2 ●●● patch | view | raw | blame | history
assets/css/style.css
@@ -204,6 +204,7 @@
  list-style: none;
  padding: 15px 30px;
  float: right;
  font-size: 1.6em;
}
.page-top .information {
  float: right;
layouts/partials/navbar.html
@@ -8,7 +8,7 @@
    </div>
    <div class="themeswitcher">
        <a class="theme-switch" title="Switch Theme">
            <i class="fa fa-adjust fa-fw fa-2x" aria-hidden="true"></i>
            <i class="fa fa-adjust fa-fw" aria-hidden="true"></i>
        </a>
    </div>
</div>