mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
The light theme wasn't using the ynput green.
Signed-off-by: Philippe Leprince <philippe@ynput.io>
This commit is contained in:
parent
26b2d4af5c
commit
729fc22c15
1 changed files with 6 additions and 0 deletions
|
|
@ -3,4 +3,10 @@
|
|||
--md-primary-fg-color: hsl(155, 49%, 50%);
|
||||
--md-accent-fg-color: rgb(93, 200, 156);
|
||||
--md-typeset-a-color: hsl(155, 49%, 45%) !important;
|
||||
}
|
||||
[data-md-color-scheme="default"] {
|
||||
/* simple default overrides */
|
||||
--md-primary-fg-color: hsl(155, 49%, 50%);
|
||||
--md-accent-fg-color: rgb(93, 200, 156);
|
||||
--md-typeset-a-color: hsl(155, 49%, 45%) !important;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue