Fixes in new layout.
[wolnelektury.git] / src / wolnelektury / static / 2022 / styles / layout / _navigation.scss
index ce0e495..c212fe4 100644 (file)
@@ -1,3 +1,6 @@
+$teal: #007880;
+
+
 .l-navigation {
   max-width: 100%;
   margin: 0 auto;
     color: #333333;
     margin: 0;
     max-width: 590px;
+
+    a {
+        color: $teal;
+    }
   }
 }