Moving forward.
[wolnelektury.git] / src / wolnelektury / static / 2022 / styles / base / _global.scss
index 5bcfdbe..d81a0af 100644 (file)
@@ -43,3 +43,11 @@ body {
   align-items: center;
   justify-content: center;
 }
+
+
+a {
+    color: $color-primary;
+    &:hover {
+        text-decoration: underline;
+    }
+}