X-Git-Url: https://juplo.de/gitweb/?p=examples%2Ftemplate-development;a=blobdiff_plain;f=less%2Ffrontend.less;h=17f3fcf8fae9c351b1a1c7fdf2fb65b28424cf7a;hp=8b0d18cf50904e060e6312826a518fee79f8a0cb;hb=65c774a64c085bd8981cbee2d78c19a5b39871e1;hpb=6a1435be7f6888a5d30d7e47d4fc1791561c921b diff --git a/less/frontend.less b/less/frontend.less index 8b0d18c..17f3fcf 100644 --- a/less/frontend.less +++ b/less/frontend.less @@ -31,10 +31,22 @@ hr border-color: @normal; clear: both; } +svg +{ + fill: currentColor; +} + header { margin-bottom: 3em; + > h2 > svg + { + position: relative; + top: .2em; + height: 1.25em; + width: 2.5em; + } } nav {