feat: change artist links into round buttons

This commit is contained in:
Sebin Nyshkim 2023-02-04 18:44:14 +01:00
parent e4be1debf9
commit 538d09f7be
2 changed files with 47 additions and 4 deletions

View file

@ -147,6 +147,11 @@
--table-cell-text-color: var(--theme-c-text-light);
--table-cell-text-color-hover: var(--theme-c-text-dark);
--color-artist-link-background: var(--theme-c-text-light);
--color-artist-link-background-hover: var(--theme-c-text-dark);
--color-artist-link-icon: var(--theme-c-text-dark);
--color-artist-link-icon-hover: var(--theme-c-text-light);
--timeline-stroke-color: var(--theme-c-dark-grey-blue);
--timeline-circle-background: var(--theme-c-dark-grey-blue-translucent);
--timeline-icon-color: var(--theme-c-antique-white);
@ -174,6 +179,11 @@
--table-cell-text-color: var(--theme-c-text-dark);
--table-cell-text-color-hover: var(--theme-c-text-dark);
--color-artist-link-background: var(--theme-c-text-dark);
--color-artist-link-background-hover: var(--theme-c-text-dark);
--color-artist-link-icon: var(--theme-c-text-light);
--color-artist-link-icon-hover: var(--theme-c-text-light);
--timeline-stroke-color: var(--theme-c-crystal-blue);
--timeline-circle-background: var(--theme-c-crystal-blue-translucent);
--timeline-icon-color: var(--theme-c-antique-white);