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; +} -