new layout fixes
[wolnelektury.git] / src / wolnelektury / static / 2022 / styles / layout / _navigation.scss
index ce0e495..51a9420 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;
+    }
   }
 }
 
   margin: auto;
   cursor: pointer;
 }
+
+
+
+.ui-autocomplete a {
+    display: block;
+    transition: none;
+}