diff --git a/theme-apex.css b/theme-apex.css index a61ff78..00c77d0 100644 --- a/theme-apex.css +++ b/theme-apex.css @@ -1,5 +1,6 @@ :root { --is-dark-theme: true; + --color-link: bisque; --color-primary: rgba(230, 186, 142, 0.747); --color-primary-contrast: rgb(22, 9, 38); --color-primary-dark-1: var(--color-primary); @@ -349,6 +350,11 @@ i.grey.icon.icon.icon.icon { background: transparent } +a { + color: var(--color-link); +} + + .ui.red.labels .label, .ui.ui.ui.red.label, .ui.red.button,