feat: show + movie collected status
This commit is contained in:
parent
c5edb32972
commit
4770654b4e
6 changed files with 12 additions and 3 deletions
|
@ -52,6 +52,7 @@ p {
|
|||
margin: var(--margin-vertical-base-horizontal-zero);
|
||||
|
||||
&.books,
|
||||
&.collected,
|
||||
&.concerts,
|
||||
&.country,
|
||||
&.favorite,
|
||||
|
@ -61,6 +62,7 @@ p {
|
|||
&.posts,
|
||||
&.tattoo {
|
||||
&.books { --section-color: var(--books); }
|
||||
&.collected { --section-color: var(--collected); }
|
||||
&.concerts { --section-color: var(--concerts); }
|
||||
&.country { --section-color: var(--country); }
|
||||
&.favorite { --section-color: var(--favorite); }
|
||||
|
|
|
@ -54,6 +54,7 @@
|
|||
|
||||
--about: #ff6347;
|
||||
--books: #32cd32;
|
||||
--collected: #b5651d;
|
||||
--concerts: #e75480;
|
||||
--country: #20b2aa;
|
||||
--error: #d92525;
|
||||
|
|
Reference in a new issue