Added a SVG-graphic as logo
[examples/template-development] / less / frontend.less
index 8b0d18c..17f3fcf 100644 (file)
@@ -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
 {