Add fuchsia for IAM

This commit is contained in:
Mads Bram Cordes 2022-04-11 16:58:00 +02:00
parent 97a6f04aaa
commit f45ab067ce
2 changed files with 4 additions and 4 deletions

View File

@ -435,7 +435,7 @@
<a
sveltekit:prefetch
href="/iam"
class="icons tooltip-right bg-coolgray-200 hover:text-fuchsia-500"
class="icons tooltip-fuchsia-500 tooltip-right bg-coolgray-200 hover:text-fuchsia-500"
class:text-fuchsia-500={$page.url.pathname.startsWith('/iam')}
class:bg-coolgray-500={$page.url.pathname.startsWith('/iam')}
data-tooltip="IAM"

View File

@ -245,9 +245,9 @@ a {
@apply bg-pink-500;
}
/* Cyan 500 */
.tooltip-cyan-500:after {
@apply bg-cyan-500;
/* Fuchsia 500 */
.tooltip-fuchsia-500:after {
@apply bg-fuchsia-500;
}
/* Yellow 500 */