Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Commit be16b13

Browse files
committed
feat: update theme defaults
1 parent 1e5b25d commit be16b13

File tree

4 files changed

+63
-63
lines changed

4 files changed

+63
-63
lines changed

dist/cherry.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cherry-postcss",
3-
"version": "0.0.2-14",
3+
"version": "0.0.2-15",
44
"description": "Cherry for PostCSS",
55
"author": "Luan Gjokaj <[email protected]>",
66
"homepage": "https://cherry.design",

src/theme.css

Lines changed: 59 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
:root {
1010
--max-width: 1280px;
1111
--max-width-limit: 1440px;
12-
--padding-top-body-mobile: 0px;
13-
--padding-top-body-desktop: 0px;
12+
--padding-top-body-mobile: 76px;
13+
--padding-top-body-desktop: 76px;
1414
--margin-container-mobile: 20px;
1515
--margin-container-desktop: 20px;
1616
--margin-row-default: -10px;
@@ -20,34 +20,34 @@
2020
--gutter-col-medium: 30px;
2121
--gutter-col-big: 50px;
2222

23-
--color-primary-light: #FDA4AF;
24-
--color-primary: #F43F5E;
25-
--color-primary-dark: #9F1239;
23+
--color-primary-light: #fda4af;
24+
--color-primary: #f43f5e;
25+
--color-primary-dark: #9f1239;
2626

27-
--color-secondary-light: #7DD3FC;
28-
--color-secondary: #0EA5E9;
27+
--color-secondary-light: #7dd3fc;
28+
--color-secondary: #0ea5e9;
2929
--color-secondary-dark: #075985;
3030

31-
--color-tertiary-light: #D8B4FE;
32-
--color-tertiary: #A855F7;
33-
--color-tertiary-dark: #6B21A8;
31+
--color-secondary-light: #d8b4fe;
32+
--color-tertiary: #a855f7;
33+
--color-tertiary-dark: #6b21a8;
3434

35-
--color-dark: #000;
36-
--color-light: #FFF;
35+
--color-dark: #000000;
36+
--color-light: #ffffff;
3737

38-
--color-gray-light: #E5E7EB;
39-
--color-gray: #9CA3AF;
40-
--color-gray-dark: #4B5563;
38+
--color-gray-light: #e5e7eb;
39+
--color-gray: #9ca3af;
40+
--color-gray-dark: #4b5563;
4141

42-
--color-success: #28A745;
43-
--color-error: #DC3545;
44-
--color-warning: #FFC107;
45-
--color-info: #17A2B8;
42+
--color-success: #28a745;
43+
--color-error: #dc3545;
44+
--color-warning: #ffc107;
45+
--color-info: #17a2b8;
4646

47-
--font-text: 'Inter', sans-serif;
48-
--font-head: 'Inter', sans-serif;
49-
--font-special: 'Inter', sans-serif;
50-
--font-mono: 'Inter', sans-serif;
47+
--font-text: "Inter";
48+
--font-head: "Inter";
49+
--font-special: "Inter";
50+
--font-mono: "Inter";
5151

5252
--size-hero1-mobile: 52px;
5353
--lineheight-hero1-mobile: 1.15;
@@ -64,35 +64,35 @@
6464
--size-hero3-desktop: 42px;
6565
--lineheight-hero3-desktop: 1.15;
6666

67-
--size-h1-mobile: 38px;
68-
--lineheight-h1-mobile: 1.2;
67+
--size-h1-mobile: 30px;
68+
--lineheight-h1-mobile: 1.20;
6969
--size-h1-desktop: 40px;
70-
--lineheight-h1-desktop: 1.2;
70+
--lineheight-h1-desktop: 1.20;
7171

72-
--size-h2-mobile: 28px;
73-
--lineheight-h2-mobile: 1.2;
72+
--size-h2-mobile: 22px;
73+
--lineheight-h2-mobile: 1.20;
7474
--size-h2-desktop: 32px;
75-
--lineheight-h2-desktop: 1.2;
75+
--lineheight-h2-desktop: 1.20;
7676

77-
--size-h3-mobile: 24px;
78-
--lineheight-h3-mobile: 1.2;
77+
--size-h3-mobile: 18px;
78+
--lineheight-h3-mobile: 1.20;
7979
--size-h3-desktop: 28px;
80-
--lineheight-h3-desktop: 1.2;
80+
--lineheight-h3-desktop: 1.20;
8181

82-
--size-h4-mobile: 22px;
83-
--lineheight-h4-mobile: 1.3;
82+
--size-h4-mobile: 16px;
83+
--lineheight-h4-mobile: 1.30;
8484
--size-h4-desktop: 24px;
85-
--lineheight-h4-desktop: 1.3;
85+
--lineheight-h4-desktop: 1.30;
8686

87-
--size-h5-mobile: 18px;
88-
--lineheight-h5-mobile: 1.4;
87+
--size-h5-mobile: 14px;
88+
--lineheight-h5-mobile: 1.40;
8989
--size-h5-desktop: 20px;
90-
--lineheight-h5-desktop: 1.4;
90+
--lineheight-h5-desktop: 1.40;
9191

92-
--size-h6-mobile: 16px;
93-
--lineheight-h6-mobile: 1.4;
92+
--size-h6-mobile: 12px;
93+
--lineheight-h6-mobile: 1.40;
9494
--size-h6-desktop: 18px;
95-
--lineheight-h6-desktop: 1.4;
95+
--lineheight-h6-desktop: 1.40;
9696

9797
--size-eyebrow-mobile: 16px;
9898
--lineheight-eyebrow-mobile: 1.35;
@@ -105,47 +105,47 @@
105105
--lineheight-subtitle-desktop: 1.35;
106106

107107
--size-button-mobile: 16px;
108-
--lineheight-button-mobile: 1;
108+
--lineheight-button-mobile: 1.00;
109109
--size-button-desktop: 16px;
110-
--lineheight-button-desktop: 1;
110+
--lineheight-button-desktop: 1.00;
111111

112112
--size-button-big-mobile: 18px;
113-
--lineheight-button-big-mobile: 1;
113+
--lineheight-button-big-mobile: 1.00;
114114
--size-button-big-desktop: 18px;
115-
--lineheight-button-big-desktop: 1;
115+
--lineheight-button-big-desktop: 1.00;
116116

117117
--size-lead-mobile: 16px;
118118
--lineheight-lead-mobile: 1.35;
119119
--size-lead-desktop: 18px;
120-
--lineheight-lead-desktop: 1.35;
120+
--lineheight-lead-desktop: 1.45;
121121

122122
--size-input-mobile: 16px;
123-
--lineheight-input-mobile: 1;
123+
--lineheight-input-mobile: 1.00;
124124
--size-input-desktop: 16px;
125-
--lineheight-input-desktop: 1;
125+
--lineheight-input-desktop: 1.00;
126126

127127
--size-input-big-mobile: 18px;
128-
--lineheight-input-big-mobile: 1;
128+
--lineheight-input-big-mobile: 1.00;
129129
--size-input-big-desktop: 18px;
130-
--lineheight-input-big-desktop: 1;
130+
--lineheight-input-big-desktop: 1.00;
131131

132132
--size-strong-mobile: 14px;
133-
--lineheight-strong-mobile: 1.5;
133+
--lineheight-strong-mobile: 1.50;
134134
--size-strong-desktop: 16px;
135-
--lineheight-strong-desktop: 1.5;
135+
--lineheight-strong-desktop: 1.50;
136136

137137
--size-text-mobile: 14px;
138-
--lineheight-text-mobile: 1.5;
138+
--lineheight-text-mobile: 1.50;
139139
--size-text-desktop: 16px;
140-
--lineheight-text-desktop: 1.5;
140+
--lineheight-text-desktop: 1.50;
141141

142142
--size-small-mobile: 12px;
143-
--lineheight-small-mobile: 1.3;
143+
--lineheight-small-mobile: 1.30;
144144
--size-small-desktop: 14px;
145-
--lineheight-small-desktop: 1.3;
145+
--lineheight-small-desktop: 1.30;
146146

147-
--size-blockquote-mobile: 16px;
148-
--lineheight-blockquote-mobile: 1.5;
147+
--size-blockquote-mobile: 14px;
148+
--lineheight-blockquote-mobile: 1.50;
149149
--size-blockquote-desktop: 18px;
150-
--lineheight-blockquote-desktop: 1.5;
150+
--lineheight-blockquote-desktop: 1.50;
151151
}

0 commit comments

Comments
 (0)