Skip to content

Commit d9b2d0d

Browse files
Merge branch 'master' of github.com:WebDevSimplified/Web-Dev-Simplified-Official-Blog
2 parents dd82ed3 + e934f6a commit d9b2d0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/styles/theme.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:root {
2-
--font-fallback: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
2+
--font-fallback: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
33
--font-body: 'IBM Plex Sans', var(--font-fallback);
44
--font-mono: 'IBM Plex Mono', Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono',
55
'Liberation Mono', 'Nimbus Mono L', Monaco, 'Courier New', Courier, monospace;
@@ -24,7 +24,7 @@
2424
--color-blue-dark: hsl(200, 100%, 30%);
2525
--color-blue-dark-hsl: 200, 100%, 30%;
2626
--color-green: hsl(158, 78%, 42%);
27-
--color-green-dark: hsl(158, 78%, 22%);;
27+
--color-green-dark: hsl(158, 78%, 22%);
2828
--color-orange: hsl(21, 100%, 60%);
2929
--color-orange-dark: hsl(21, 100%, 40%);
3030
--color-purple: hsl(269, 79%, 74%);
@@ -82,4 +82,4 @@
8282
--theme-orange: var(--color-orange-dark);
8383
--theme-purple: var(--color-purple-dark);
8484
--theme-yellow: var(--color-yellow-dark);
85-
}
85+
}

0 commit comments

Comments
 (0)