feat: change artist links into round buttons
This commit is contained in:
parent
e4be1debf9
commit
538d09f7be
2 changed files with 47 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue