Added favorites button to actor page.
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
color: var(--shadow-strong);
|
||||
background: var(--background);
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
|
||||
&:focus {
|
||||
border: solid 1px var(--primary);
|
||||
|
||||
@@ -12,7 +12,7 @@ $breakpoint4: 1500px;
|
||||
*/
|
||||
--primary: #f28;
|
||||
--primary-strong: #f90071;
|
||||
--primary-faded: #ff4e9f;
|
||||
--primary-faded: #ffcce4;
|
||||
|
||||
--text-dark: #222;
|
||||
--text-light: #fff;
|
||||
|
||||
Reference in New Issue
Block a user