@limpiolux/ui-styles 1.0.26 → 1.0.27
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/base.css +2 -5
- package/package.json +1 -1
package/base.css
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Design tokens (CSS custom properties), font import, body defaults, selection.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
-
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@
|
|
6
|
+
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
|
|
7
7
|
|
|
8
8
|
@layer base {
|
|
9
9
|
:root {
|
|
@@ -46,10 +46,7 @@
|
|
|
46
46
|
min-height: 100vh;
|
|
47
47
|
-webkit-font-smoothing: antialiased;
|
|
48
48
|
-moz-osx-font-smoothing: grayscale;
|
|
49
|
-
transition:
|
|
50
|
-
background-color 420ms ease,
|
|
51
|
-
color 420ms ease,
|
|
52
|
-
background-image 420ms ease;
|
|
49
|
+
transition: opacity 420ms ease;
|
|
53
50
|
}
|
|
54
51
|
|
|
55
52
|
::selection {
|