Merge pull request #1293 from nunocoracao/1288-text-in-light-mode-hero-layout-is-hardly-readable

🐛 fixed hero home layout
This commit is contained in:
Nuno Coração 2024-03-06 22:28:14 +00:00 committed by GitHub
commit e5296095fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 46 additions and 3131 deletions

File diff suppressed because it is too large Load diff

View file

@ -23,7 +23,7 @@
{{ if $homepageImage }}
<img class="h-full w-full object-cover m-0 nozoom" src="{{ $homepageImage.RelPermalink }}">
<div
class="absolute inset-0 bg-gradient-to-r from-primary-500 to-secondary-700 dark:from-primary-600 dark:to-secondary-800 mix-blend-multiply">
class="absolute inset-0 bg-gradient-to-r from-primary-500 to-secondary-600 dark:from-primary-600 dark:to-secondary-800 mix-blend-multiply">
</div>
{{ end }}
</div>
@ -64,7 +64,7 @@
</div>
{{ end }}
</div>
<section class="prose dark:prose-invert">{{ .Content | emojify }}</section>
<section class="prose prose-invert">{{ .Content | emojify }}</section>
</div>
</div>
</div>