Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Sep 26, 2024
1 parent c16362e commit 7c8857c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Source/Stylesheet/Global.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ body {
}

body {
@apply flex flex-grow flex-col bg-white tabular-nums text-black antialiased sm:subpixel-antialiased dark:bg-black dark:text-white;
@apply flex flex-grow flex-col bg-white tabular-nums text-black antialiased sm:subpixel-antialiased ;

font-variant-ligatures: no-common-ligatures;
}
Expand All @@ -20,13 +20,6 @@ body {
@apply bg-amber-400 text-black;
}

@media (prefers-color-scheme: dark) {
*::selection,
::selection {
@apply bg-orange-400 text-white;
}
}

img {
@apply inline-block select-none align-top outline-none;
}

0 comments on commit 7c8857c

Please sign in to comment.