Add fuchsia for IAM
This commit is contained in:
parent
97a6f04aaa
commit
f45ab067ce
@ -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"
|
||||
|
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user