diff --git a/static/stylesheet/style.less b/static/stylesheet/style.less index dc677a1..d273e66 100644 --- a/static/stylesheet/style.less +++ b/static/stylesheet/style.less @@ -134,6 +134,10 @@ main { border-right: @nav-border-color 1px solid; } + :first-child { + border-left: none; + } + :last-child { border-right: none; } @@ -290,8 +294,8 @@ main { } // Flex theme and Theme selection separator - span.theme-separator { - margin: 0 4px; + span.footer-separator { + margin: 0 6px; } } } @@ -561,10 +565,6 @@ ul.social { left: 25vw; overflow-x: hidden; - nav { - text-align: right; - } - article { &.single { diff --git a/templates/partial/flex.html b/templates/partial/flex.html index 16dd454..9514d99 100644 --- a/templates/partial/flex.html +++ b/templates/partial/flex.html @@ -1,7 +1,7 @@

{{ _('Built with %(pelican_url)s using %(flex_url)s theme', pelican_url='Pelican', flex_url='Flex'|safe) }} - | + | Switch to the dark