Minor styles

This commit is contained in:
Fede Álvarez 2022-06-13 19:27:14 +02:00
parent 299f87f949
commit 1e73411877

View File

@ -189,7 +189,12 @@
.section {
&::after,
&::before {
display: none;
background: linear-gradient(
0deg,
var(--color-black) 15%,
rgb(9 9 121 / 0) 50%,
var(--color-black) 100%
);
}
}