Skip to content

Commit

Permalink
style 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerban committed Dec 12, 2023
1 parent 05610f3 commit 2d1d252
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion src/_includes/slides/start.njk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{% for key,value in packs %}
<a href="#{{key}}">
<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 %}
{% if loop.index < packs|length %}
hover:bg-[url({{ '../images/art/art'+key+'.png' | url }})]
hover:text-transparent
{% else %}
Expand Down
4 changes: 0 additions & 4 deletions src/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -938,10 +938,6 @@ video {
background-image: url(../images/theme.jpg);
}

.hover\:bg-\[url\(\.\.\/images\/art\/art13\.png\)\]:hover {
background-image: url(../images/art/art13.png);
}

.hover\:text-blue-200:hover {
--tw-text-opacity: 1;
color: rgb(191 219 254 / var(--tw-text-opacity));
Expand Down

0 comments on commit 2d1d252

Please sign in to comment.