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 6292bcf commit 10fdf5b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 21 deletions.
7 changes: 0 additions & 7 deletions Source/Stylesheet/Component/Article.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@
@apply ease-apple break-all decoration-blue-600 decoration-1 outline-none outline-offset-2 transition-all duration-150 hover:text-blue-600 focus-visible:decoration-transparent focus-visible:outline-2 focus-visible:outline-blue-500;
}

@media (prefers-color-scheme: dark) {
a,
.underline {
--text-shadow-color: #151515;
}
}

ul + h1 {
@apply mt-7;
}
Expand Down
6 changes: 0 additions & 6 deletions Source/Stylesheet/Component/Footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,4 @@
.icon {
@apply h-5 w-5;
}

@media (prefers-color-scheme: dark) {
a {
--text-shadow-color: #151515;
}
}
}
9 changes: 1 addition & 8 deletions Source/Stylesheet/Global.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ body {
}

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 tabular-nums text-[#151515] antialiased sm:subpixel-antialiased;

font-variant-ligatures: no-common-ligatures;
}
Expand All @@ -21,13 +21,6 @@ body {
@apply bg-amber-400 text-[#151515];
}

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

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

0 comments on commit 10fdf5b

Please sign in to comment.