Skip to content

Commit a2699c1

Browse files
author
[bot]
committed
version 0.8.1
1 parent 7f3c366 commit a2699c1

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

src/app.css

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
@import '@fontsource/fira-mono';
22

33
:root {
4-
--font-body: Arial, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
5-
Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
4+
--font-body:
5+
Arial, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
6+
'Open Sans', 'Helvetica Neue', sans-serif;
67
--font-mono: 'Fira Mono', monospace;
78
--color-bg-0: rgb(202, 216, 228);
89
--color-bg-1: hsl(209, 36%, 86%);
@@ -22,11 +23,8 @@ body {
2223
background-attachment: fixed;
2324
background-color: var(--color-bg-1);
2425
background-size: 100vw 100vh;
25-
background-image: radial-gradient(
26-
50% 50% at 50% 50%,
27-
rgba(255, 255, 255, 0.75) 0%,
28-
rgba(255, 255, 255, 0) 100%
29-
),
26+
background-image:
27+
radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 100%),
3028
linear-gradient(180deg, var(--color-bg-0) 0%, var(--color-bg-1) 15%, var(--color-bg-2) 50%);
3129
}
3230

0 commit comments

Comments
 (0)