diff --git a/sass/_duniter.sass b/sass/_duniter.sass index 805b8fb78c7365423ad134e60f511544d5244660..3788f13a4ef77202bd4c46375119df5d0a483de7 100644 --- a/sass/_duniter.sass +++ b/sass/_duniter.sass @@ -1,7 +1,7 @@ nav background-color: #41B3FF color: white - border-top: solid 10px #5096C8 + // border-top: solid 10px #5096C8 > a.active background-color: #5096C8 @@ -9,7 +9,7 @@ footer background-color: #FBC14C color: white padding: 2em 3em - border-bottom: solid 10px #CB8802 + // border-bottom: solid 10px #CB8802 a color: inherit a.w3-button diff --git a/templates/nav.html b/templates/nav.html index cbfa764d4d520c138fb9c0d6bd11a39cc0f830ac..4272eec53a19d9b9ac9307cf454c1710768c2392 100644 --- a/templates/nav.html +++ b/templates/nav.html @@ -1,4 +1,4 @@ -<nav class="w3-bar w3-xlarge"> +<nav class="w3-bar w3-large"> <a href="/" class="w3-bar-item w3-button w3-mobile {% if current_path %}{% if current_path == "/" %}active{% endif %}{% endif %}"><img alt="" class="icon" src="/img/duniter.png"/> Duniter</a> {% set index = get_section(path="_index.md") %}