Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
Signed-off-by: Nikola Hristov <[email protected]>
  • Loading branch information
NikolaRHristov committed Jun 12, 2024
1 parent a0dfc0c commit 63fd538
Showing 1 changed file with 6 additions and 21 deletions.
27 changes: 6 additions & 21 deletions Source/Stylesheet/Global.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,11 @@ html {

html,
body {
@apply h-full
w-full;
@apply h-full w-full;
}

body {
@apply flex
flex-grow
flex-col
bg-[#eaeaea]
tabular-nums
text-[#151515]
antialiased
sm:subpixel-antialiased
dark:bg-[#151515]
dark:text-[#eaeaea];
@apply flex flex-grow flex-col bg-[#eaeaea] tabular-nums text-[#151515] antialiased sm:subpixel-antialiased dark:bg-[#151515] dark:text-[#eaeaea];

font-variant-ligatures: no-common-ligatures;

Expand All @@ -40,23 +30,18 @@ body {
::selection {
text-shadow: none;

@apply bg-amber-400
text-[#151515];
@apply bg-amber-400 text-[#151515];
}

@media (prefers-color-scheme: dark) {
*::selection,
::selection {
@apply bg-[#eaeaea]
text-amber-400;
@apply bg-[#eaeaea] text-amber-400;
}
}

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

@media (min-width: 768px) {
Expand All @@ -66,6 +51,6 @@ img {
h4,
h5,
h6 {
padding: 4px 0 !important;
padding: 2.1px 0 !important;
}
}

0 comments on commit 63fd538

Please sign in to comment.