Skip to content

Commit 6bb2c62

Browse files
committed
fix: fix possible color/typography css issues for dark mode website
1 parent 3d1799f commit 6bb2c62

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

css/index.css

+1-4
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,9 @@ html {
6868
}
6969

7070
.bk {
71-
@apply font-sans;
72-
71+
@apply font-sans text-base text-mono-950 tracking-normal;
7372
border-color: theme('colors.mono.200');
7473

75-
letter-spacing: 0;
76-
7774
&.bk-loading-overlay {
7875
@apply bg-mono-100/90 absolute top-0 left-0 w-full h-full z-init-overlay flex items-center justify-center;
7976
&.bk-is-screen {

0 commit comments

Comments
 (0)