We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26d1de9 commit a21a302Copy full SHA for a21a302
src/DotnetDevKr.Website/Pages/Index.razor
@@ -8,7 +8,7 @@
8
<!-- Background Layer -->
9
<div class="absolute inset-0 z-0">
10
<div class="absolute inset-0 bg-slate-50/90 dark:bg-slate-950/90 z-10"></div> <!-- Tint -->
11
- <img src="/resources/dotnet_hero.svg" class="w-full h-full object-contain grayscale dark:grayscale-invert opacity-70 dark:opacity-100" alt="Background Texture" />
+ <img src="/resources/dotnet_hero.svg" class="w-full h-full object-contain grayscale dark:grayscale dark:invert opacity-70 dark:opacity-100" alt="Background Texture" />
12
<div class="absolute inset-0 bg-gradient-to-t from-slate-50 via-transparent to-transparent dark:from-slate-950 z-20"></div>
13
</div>
14
0 commit comments