feat: host tv + movies

This commit is contained in:
Cory Dransfeldt 2024-05-14 16:51:01 -07:00
parent 9b1528dda1
commit f0041e0525
No known key found for this signature in database
23 changed files with 1282 additions and 166 deletions

View file

@ -284,13 +284,13 @@ a svg:focus {
stroke: var(--accent-color-hover);
}
a.link-arrow svg {
a.link-icon svg {
stroke: var(--accent-color);
}
a.link-arrow:hover svg,
a.link-arrow:active svg,
a.link-arrow:focus svg {
a.link-icon:hover svg,
a.link-icon:active svg,
a.link-icon:focus svg {
transform: rotate(0deg);
stroke: var(--accent-color-hover);
}