Skip to content

Commit 9810ce8

Browse files
Merge pull request #607 from appwrite/fix-6941-function-overlay
Fix the function cover overlay color
2 parents fe835e5 + b6e6461 commit 9810ce8

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

src/lib/wizards/functions/cover.svelte

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -285,13 +285,8 @@
285285
.git-container .overlay {
286286
background: linear-gradient(
287287
0,
288-
#fcfcff 18.49%,
289-
#fcfcff 68.91%,
290-
rgba(252, 252, 255, 0.5) 95.8%
288+
hsl(var(--p-card-bg-color)) 68.91%,
289+
hsl(var(--p-card-bg-color) / 0.5) 95.8%
291290
);
292291
}
293-
294-
.theme-dark .git-container .overlay {
295-
background: linear-gradient(0, #1b1b28 18.49%, #1b1b28 68.91%, rgba(27, 27, 40, 0.5) 95.8%);
296-
}
297292
</style>

0 commit comments

Comments
 (0)