frankenstyle 0.1.0-next.1 → 0.1.0-next.2

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.
@@ -4146,6 +4146,12 @@
4146
4146
  transition-timing-function: ease-in-out;
4147
4147
  }
4148
4148
  .uk-nav-sub a {
4149
+ --uk-nav-sub-item-color-computed: color-mix(
4150
+ in srgb,
4151
+ var(--uk-nav-item-color, var(--uk-bg-f)) var(--uk-nav-item-color-o, 100%),
4152
+ transparent
4153
+ );
4154
+ color: var(--uk-nav-sub-item-color-computed);
4149
4155
  padding: var(--uk-nav-sub-item-padding);
4150
4156
  margin: var(--uk-nav-sub-item-margin);
4151
4157
  }