mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 02:39:16 +02:00
Replaced teal by accent color
This commit is contained in:
parent
082fc9869f
commit
cf495360de
21 changed files with 33 additions and 24 deletions
|
@ -37,6 +37,11 @@ GLOBAL_REPLACES = [
|
|||
("#e76b00", "var(--vibrant-active-color)"),
|
||||
("#e55b00", "var(--vibrant-focus-color)"),
|
||||
("#f17000", "var(--vibrant-focus-color)"),
|
||||
(".teal", ".accent"),
|
||||
("#00B5AD", "var(--accent-color)"),
|
||||
("#009c95", "var(--accent-hover-color)"),
|
||||
("#00827c", "var(--accent-active-color)"),
|
||||
("#008c86", "var(--accent-focus-color)"),
|
||||
(".green", ".success"),
|
||||
("#21BA45", "var(--success-color)"),
|
||||
("#2ECC40", "var(--success-color)"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue