Added favorites button to actor page.

This commit is contained in:
DebaucheryLibrarian
2021-03-15 03:30:47 +01:00
parent e371e9725a
commit 77b40817f2
27 changed files with 466 additions and 169 deletions

View File

@@ -5,6 +5,7 @@
color: var(--shadow-strong);
background: var(--background);
font-size: 1rem;
font-family: inherit;
&:focus {
border: solid 1px var(--primary);

View File

@@ -12,7 +12,7 @@ $breakpoint4: 1500px;
*/
--primary: #f28;
--primary-strong: #f90071;
--primary-faded: #ff4e9f;
--primary-faded: #ffcce4;
--text-dark: #222;
--text-light: #fff;