@aivenio/aquarium 2.13.0 → 2.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/styles.css
CHANGED
@@ -3710,18 +3710,6 @@ input[type='number'].no-arrows {
|
|
3710
3710
|
stroke: rgba(210,210,214,1);
|
3711
3711
|
stroke: var(--aquarium-border-color-default);
|
3712
3712
|
}
|
3713
|
-
.aquarium-theme-dark .Aquarium-Link {
|
3714
|
-
color: rgba(34,47,149,1);
|
3715
|
-
color: var(--aquarium-text-color-primary-active);
|
3716
|
-
}
|
3717
|
-
.aquarium-theme-dark .Aquarium-Link:active,.aquarium-theme-dark .Aquarium-Link:hover,.aquarium-theme-dark .Aquarium-Link.focus-visible {
|
3718
|
-
color: rgba(129,142,236,1);
|
3719
|
-
color: var(--aquarium-text-color-primary-muted);
|
3720
|
-
}
|
3721
|
-
.aquarium-theme-dark .Aquarium-Link:active,.aquarium-theme-dark .Aquarium-Link:hover,.aquarium-theme-dark .Aquarium-Link:focus-visible {
|
3722
|
-
color: rgba(129,142,236,1);
|
3723
|
-
color: var(--aquarium-text-color-primary-muted);
|
3724
|
-
}
|
3725
3713
|
.aquarium-theme-dark .Aquarium-Button\.Secondary {
|
3726
3714
|
--tw-ring-color: var(--aquarium-text-color-primary-intense);
|
3727
3715
|
}
|