minor rendering fix

This commit is contained in:
Daniel
2023-09-05 16:04:34 -04:00
parent 4365547867
commit 85788cb9ff
2 changed files with 3 additions and 7 deletions
+2 -2
View File
@@ -166,14 +166,14 @@
}
/* For light mode */
.link-banner::after {
.banner-light-mode .link-banner::after {
background-image: linear-gradient(
to bottom,
rgba(255, 255, 255, 0),
rgba(255, 255, 255, 1) 90%
);
}
.link-banner::before {
.banner-light-mode .link-banner::before {
background-image: linear-gradient(
to top,
rgba(255, 255, 255, 0),