From af05ca6bf5014ed4e93e8ece7da2390b9de526df Mon Sep 17 00:00:00 2001 From: Sunpy Date: Thu, 25 Apr 2019 16:52:45 +0100 Subject: [PATCH] Topnav style --- templates/layout/includes/top_nav.html | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/templates/layout/includes/top_nav.html b/templates/layout/includes/top_nav.html index 1b3000a..7e6944e 100644 --- a/templates/layout/includes/top_nav.html +++ b/templates/layout/includes/top_nav.html @@ -20,11 +20,20 @@ .langno { background-image: url("{{ url_for('static', filename='const/img/flags/no.svg') }}"); } + +.icon-buttons > .col { + padding-right: 6px; + padding-left: 6px; +} + +.topnav a { + color: black; +} -