summaryrefslogtreecommitdiff
path: root/examples/with-nanostores/src/styles
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-nanostores/src/styles')
-rw-r--r--examples/with-nanostores/src/styles/global.css3
-rw-r--r--examples/with-nanostores/src/styles/home.css5
2 files changed, 5 insertions, 3 deletions
diff --git a/examples/with-nanostores/src/styles/global.css b/examples/with-nanostores/src/styles/global.css
index a9f830eda..8ef8122cb 100644
--- a/examples/with-nanostores/src/styles/global.css
+++ b/examples/with-nanostores/src/styles/global.css
@@ -4,7 +4,8 @@
}
:root {
- font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
+ font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif,
+ Apple Color Emoji, Segoe UI Emoji;
font-size: 1rem;
--user-font-scale: 1rem - 16px;
font-size: clamp(0.875rem, 0.4626rem + 1.0309vw + var(--user-font-scale), 1.125rem);
diff --git a/examples/with-nanostores/src/styles/home.css b/examples/with-nanostores/src/styles/home.css
index 5770429d1..c2f50cb19 100644
--- a/examples/with-nanostores/src/styles/home.css
+++ b/examples/with-nanostores/src/styles/home.css
@@ -1,6 +1,7 @@
:root {
- --font-mono: Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Liberation Mono',
- 'Nimbus Mono L', Monaco, 'Courier New', Courier, monospace;
+ --font-mono: Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter',
+ 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Liberation Mono', 'Nimbus Mono L', Monaco,
+ 'Courier New', Courier, monospace;
--color-light: #f3f4f6;
}