The (very WIP) home of the next versions of my web presences
1.content .embed a:hover {
2 background: inherit;
3 color: inherit;
4 padding: inherit;
5 margin: inherit;
6 border-radius: inherit;
7 line-height: inherit;
8
9 &::after {
10 content: '';
11 }
12}
13
14.youtube-embed {
15 aspect-ratio: 16 / 9;
16 width: 100%;
17 margin-inline: auto;
18}
19
20.spotify-embed {
21 aspect-ratio: 16 /9;
22 width: 100%;
23}