Skip to content

Commit

Permalink
style update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerban committed Dec 12, 2023
1 parent 67e942b commit 837c59a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/_includes/slides/start.njk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="font-semi-bold hover:outline outline-2 outline-offset-4 bg-cover bg-center bg-blue-300 outline-yellow-500 shadow-blue-900 aspect-square
{% if loop.index < packs|length %}
hover:bg-[url({{ '../images/art/art'+key+'.png' | url }})]
hover:text-yellow-500
hover:text-transparent
{% else %}
hover:bg-[url({{'../images/theme.jpg' | url }})]
Expand Down
4 changes: 4 additions & 0 deletions src/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -943,6 +943,10 @@ video {
color: rgb(191 219 254 / var(--tw-text-opacity));
}

.hover\:text-transparent:hover {
color: transparent;
}

.hover\:text-yellow-500:hover {
--tw-text-opacity: 1;
color: rgb(245 158 11 / var(--tw-text-opacity));
Expand Down

0 comments on commit 837c59a

Please sign in to comment.