still playing aorund with background image
authorMiriam <miriam@fsf.org>
Thu, 3 Aug 2023 19:12:35 +0000 (15:12 -0400)
committerMiriam <miriam@fsf.org>
Thu, 3 Aug 2023 19:12:35 +0000 (15:12 -0400)
2024/assets/css/custom.css
2024/assets/img/pattern-1.png [new file with mode: 0644]
2024/assets/img/pattern-2.png [new file with mode: 0644]

index 8114f8ec725a9f709f3c3f151e39bff994a6e730..ca3d17e117d763b9479062fcac201a34a6ca90ef 100644 (file)
@@ -472,7 +472,7 @@ hr {
 .btn-register:active,
 .btn-register.active,
 .open .dropdown-toggle.btn-register {
-  background-image: 2024/assets/img/pattern-1.svg;
+  background-image: /2024/assets/img/pattern-1.png;
 }
 
 /* Carousel */
diff --git a/2024/assets/img/pattern-1.png b/2024/assets/img/pattern-1.png
new file mode 100644 (file)
index 0000000..aeb24a7
Binary files /dev/null and b/2024/assets/img/pattern-1.png differ
diff --git a/2024/assets/img/pattern-2.png b/2024/assets/img/pattern-2.png
new file mode 100644 (file)
index 0000000..1e59648
Binary files /dev/null and b/2024/assets/img/pattern-2.png differ