Add fuchsia for IAM
This commit is contained in:
@@ -435,7 +435,7 @@
|
|||||||
<a
|
<a
|
||||||
sveltekit:prefetch
|
sveltekit:prefetch
|
||||||
href="/iam"
|
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:text-fuchsia-500={$page.url.pathname.startsWith('/iam')}
|
||||||
class:bg-coolgray-500={$page.url.pathname.startsWith('/iam')}
|
class:bg-coolgray-500={$page.url.pathname.startsWith('/iam')}
|
||||||
data-tooltip="IAM"
|
data-tooltip="IAM"
|
||||||
|
@@ -245,9 +245,9 @@ a {
|
|||||||
@apply bg-pink-500;
|
@apply bg-pink-500;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Cyan 500 */
|
/* Fuchsia 500 */
|
||||||
.tooltip-cyan-500:after {
|
.tooltip-fuchsia-500:after {
|
||||||
@apply bg-cyan-500;
|
@apply bg-fuchsia-500;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Yellow 500 */
|
/* Yellow 500 */
|
||||||
|
Reference in New Issue
Block a user