diff --git a/prosopopee/themes/exposure/static/css/style.css b/prosopopee/themes/exposure/static/css/style.css index 771c810..336bfc1 100644 --- a/prosopopee/themes/exposure/static/css/style.css +++ b/prosopopee/themes/exposure/static/css/style.css @@ -183,6 +183,10 @@ nav { line-height: 56px; } +body.night nav { + background-color: #061F2F;; +} + nav .nav-wrapper { position: relative; height: 100%; @@ -231,7 +235,7 @@ nav ul li > a.item-menu::before { margin-right: 22px; font-size: 18px; line-height: 1; - color: #ebebeb; + color: #cfcfcf; } .gallery-tag { diff --git a/prosopopee/themes/exposure/templates/menu.html b/prosopopee/themes/exposure/templates/menu.html index 25f1362..4e35dad 100644 --- a/prosopopee/themes/exposure/templates/menu.html +++ b/prosopopee/themes/exposure/templates/menu.html @@ -2,18 +2,20 @@ diff --git a/prosopopee/themes/exposure/templates/page.html b/prosopopee/themes/exposure/templates/page.html index cf5ffc9..7289994 100644 --- a/prosopopee/themes/exposure/templates/page.html +++ b/prosopopee/themes/exposure/templates/page.html @@ -22,5 +22,23 @@ +{% if settings.settings.night_mode %} + +{% endif %} {% endblock %}