Skip to content

Commit

Permalink
add hover styling to video elements as well
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDTR committed Oct 21, 2024
1 parent 30ce36e commit 16b3e59
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,12 @@ code {
transition: border 0.2s;
}

.actual-content img:hover {
.actual-content img:hover .actual-content video:hover {
border: 1px solid #f1e9d8;
}

*, *::before, *::after {
*,
*::before,
*::after {
box-sizing: border-box;
}

0 comments on commit 16b3e59

Please sign in to comment.