Fix SASS build issue take 3???
Some checks failed
Build and Publish Docker Container / build (push) Failing after 4m43s

This commit is contained in:
Joshua Coles 2023-10-05 10:00:13 +01:00
parent 750b67fd2f
commit 04e1496c04

View File

@ -20,5 +20,5 @@
}
.lecture-cancelled {
background: repeating-linear-gradient(45deg, rgb(254, 226, 226, var(--tw-bg-opacity)), rgb(254, 226, 226, var(--tw-bg-opacity)) 10px, white 10px, white 20px);
background: repeating-linear-gradient(45deg, rgba(254, 226, 226, var(--tw-bg-opacity)), rgba(254, 226, 226, var(--tw-bg-opacity)) 10px, white 10px, white 20px);
}