@nuvoui/core 1.4.5 → 1.4.7
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/nuvoui.css
CHANGED
|
@@ -295,13 +295,10 @@ figcaption {
|
|
|
295
295
|
color: var(--text-muted, #666);
|
|
296
296
|
}
|
|
297
297
|
|
|
298
|
-
a {
|
|
299
|
-
transition: color 0.2s ease-in-out;
|
|
300
|
-
}
|
|
301
|
-
a:not([class*=text-]) {
|
|
298
|
+
a:not([class]) {
|
|
302
299
|
color: var(--link-color);
|
|
303
300
|
}
|
|
304
|
-
a:not([class
|
|
301
|
+
a:not([class]):hover {
|
|
305
302
|
color: var(--link-hover-color);
|
|
306
303
|
}
|
|
307
304
|
|
|
@@ -35054,7 +35051,7 @@ code {
|
|
|
35054
35051
|
--black: #000;
|
|
35055
35052
|
--white: #fff;
|
|
35056
35053
|
--transparent: transparent;
|
|
35057
|
-
--button-text-color: ;
|
|
35054
|
+
--button-text-color: #f1f1f1;
|
|
35058
35055
|
--button-bg-color: var(--primary);
|
|
35059
35056
|
--button-bg-color-hover: var(--primary-600);
|
|
35060
35057
|
--link-color: var(--primary);
|
|
@@ -35078,7 +35075,7 @@ code {
|
|
|
35078
35075
|
--inverted-text-subtle: rgba(26, 26, 26, 0.3137254902);
|
|
35079
35076
|
--text-inverted: #1a1a1a;
|
|
35080
35077
|
--inverted-text-inverted: #f1f1f1;
|
|
35081
|
-
--button-text-color: ;
|
|
35078
|
+
--button-text-color: #1a1a1a;
|
|
35082
35079
|
--button-bg-color: var(--primary);
|
|
35083
35080
|
--button-bg-color-hover: var(--primary-400);
|
|
35084
35081
|
--link-color: var(--primary);
|
|
@@ -35104,7 +35101,7 @@ code {
|
|
|
35104
35101
|
--inverted-text-subtle: rgba(26, 26, 26, 0.3137254902);
|
|
35105
35102
|
--text-inverted: #1a1a1a;
|
|
35106
35103
|
--inverted-text-inverted: #f1f1f1;
|
|
35107
|
-
--button-text-color: ;
|
|
35104
|
+
--button-text-color: #1a1a1a;
|
|
35108
35105
|
--button-bg-color: var(--primary);
|
|
35109
35106
|
--button-bg-color-hover: var(--primary-400);
|
|
35110
35107
|
--link-color: var(--primary);
|