Skip to content

Commit cc3dd93

Browse files
committed
remove unnecessary color changes
1 parent d9b23c4 commit cc3dd93

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

src/styles/global.css

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@
7474
/* ! Deprecating primary-pressed */
7575
--primary-pressed: var(--blue-400);
7676

77-
/* To be reviewed */
78-
--secondary: "#666666";
79-
8077
--body: var(--gray-800);
8178
--body-medium: var(--gray-500);
8279
--body-light: var(--gray-200);
@@ -146,9 +143,6 @@
146143
/* ! Deprecating primary-pressed */
147144
--primary-pressed: var(--orange-800);
148145

149-
/* To be reviewed */
150-
--secondary: "#b2b2b2";
151-
152146
--body: var(--gray-100);
153147
--body-medium: var(--gray-400);
154148
--body-light: var(--gray-600);
@@ -284,10 +278,3 @@
284278
}
285279
}
286280
}
287-
288-
/* styles for classes within markdown */
289-
@layer components {
290-
.citation p {
291-
@apply text-secondary;
292-
}
293-
}

tailwind.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,6 @@ const config = {
113113
dark: "var(--primary-dark)",
114114
pressed: "var(--primary-pressed)",
115115
},
116-
secondary: {
117-
DEFAULT: "var(--secondary)",
118-
},
119116
body: {
120117
DEFAULT: "var(--body)",
121118
medium: "var(--body-medium)",

0 commit comments

Comments
 (0)