Skip to content

Commit

Permalink
Tweak play button on hero
Browse files Browse the repository at this point in the history
Fixes #61
  • Loading branch information
bramus committed Dec 5, 2024
1 parent 89f553e commit 7587b79
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,14 @@ const totalFeatures = biomes.reduce((total, biome) => {

lite-youtube {
max-width: none !important;

> .lty-playbtn {
opacity: 0.75;
transition: opacity 0.15s ease;
&:hover {
opacity: 1;
}
}
}

> svg {
Expand Down

0 comments on commit 7587b79

Please sign in to comment.