Skip to content

Commit 827fa6a

Browse files
committed
fix: lint
1 parent 1096ba2 commit 827fa6a

1 file changed

Lines changed: 12 additions & 10 deletions

File tree

src/App.vue

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import EthHeader from '@/components/_app/header/EthHeader.vue';
3030
--color-error: #ff4d45;
3131
--color-success: #23cdb1;
3232
--shadow-small: rgb(0 0 0 / 10%) 0 1px 1px 0;
33-
--shadow-small-inset: rgba(0 0 0 / 5%) 0 1px 1px 0 inset;
33+
--shadow-small-inset: rgb(0 0 0 / 5%) 0 1px 1px 0 inset;
3434
--shadow-medium: rgb(0 0 0 / 20%) 0 2px 4px 0;
3535
--shadow-medium-inset: rgb(0 0 0 / 10%) 0 2px 2px 0 inset;
3636
--spacing-tiny: 2px;
@@ -46,14 +46,16 @@ import EthHeader from '@/components/_app/header/EthHeader.vue';
4646
--font-size-normal: 14px;
4747
--font-size-big: 16px;
4848
--font-size-extra-large: 36px;
49-
--font-sans: 'Inter', -apple-system, 'BlinkMacSystemFont', avenir next,
50-
avenir, segoe ui, helvetica neue, helvetica, 'Ubuntu', roboto, noto, arial,
51-
sans-serif;
52-
--font-serif: 'Iowan Old Style', 'Apple Garamond', 'Baskerville',
53-
'Times New Roman', 'Droid Serif', 'Times', 'Source Serif Pro', serif,
54-
'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
55-
--font-mono: 'Menlo', 'Consolas', 'Monaco', 'Liberation Mono',
56-
'Lucida Console', monospace;
49+
--font-sans:
50+
'Inter', -apple-system, 'BlinkMacSystemFont', avenir next, avenir, segoe ui,
51+
helvetica neue, helvetica, 'Ubuntu', roboto, noto, arial, sans-serif;
52+
--font-serif:
53+
'Iowan Old Style', 'Apple Garamond', 'Baskerville', 'Times New Roman',
54+
'Droid Serif', 'Times', 'Source Serif Pro', serif, 'Apple Color Emoji',
55+
'Segoe UI Emoji', 'Segoe UI Symbol';
56+
--font-mono:
57+
'Menlo', 'Consolas', 'Monaco', 'Liberation Mono', 'Lucida Console',
58+
monospace;
5759
}
5860
5961
@media (prefers-color-scheme: dark) {
@@ -74,7 +76,7 @@ import EthHeader from '@/components/_app/header/EthHeader.vue';
7476
--color-error: #992e29;
7577
--color-success: #299986;
7678
--shadow-small: rgb(0 0 0 / 15%) 0 1px 1px 0;
77-
--shadow-small-inset: rgba(0 0 0 / 10%) 0 1px 1px 0 inset;
79+
--shadow-small-inset: rgb(0 0 0 / 10%) 0 1px 1px 0 inset;
7880
--shadow-medium: rgb(0 0 0 / 30%) 0 2px 4px 0;
7981
--shadow-medium-inset: rgb(0 0 0 / 20%) 0 2px 2px 0 inset;
8082
}

0 commit comments

Comments
 (0)