Skip to content

Commit e998196

Browse files
refactor: remove dark.css (#8184)
1 parent eec0f97 commit e998196

File tree

2 files changed

+4
-45
lines changed

2 files changed

+4
-45
lines changed

src/styles/dark.css

Lines changed: 0 additions & 44 deletions
This file was deleted.

src/styles/index.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
@reference "tailwindcss";
22
@import url("https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;600&family=Source+Sans+Pro:ital,wght@0,400;0,600;1,400&family=Source+Serif+Pro:wght@600&display=swap");
33
@import "./theme.css";
4-
@import "./dark.css";
54

65
* {
76
box-sizing: inherit;
@@ -23,6 +22,10 @@ body {
2322
@apply text-blue-800;
2423
}
2524

25+
.dark body {
26+
@apply bg-dark-bg text-dark-text;
27+
}
28+
2629
.header-link {
2730
@apply inline-block w-[22px] h-[22px] bg-no-repeat bg-center bg-contain;
2831
background-image: url("../assets/link.svg");

0 commit comments

Comments
 (0)