File tree Expand file tree Collapse file tree 2 files changed +5
-22
lines changed
Expand file tree Collapse file tree 2 files changed +5
-22
lines changed Original file line number Diff line number Diff line change 11/// <reference types="astro/client" />
2- /// <reference path="content.d.ts" />
Original file line number Diff line number Diff line change 11html {
2- @apply m-0 h-full w-full p-0;
2+ @apply m-0 h-full w-full bg-white bg-center bg-no-repeat p-0 text-black dark:bg-black dark:text-white ;
33
4- @apply bg-white text-black;
5-
6- @apply dark:bg-black dark:text-white;
7-
8- @apply bg-no-repeat;
4+ image-rendering : pixelated;
95
106 background-position : center center;
117
@@ -34,13 +30,7 @@ html {
3430}
3531
3632body {
37- @apply flex h-full flex-grow flex-col;
38-
39- @apply bg-transparent;
40-
41- @apply tabular-nums;
42-
43- @apply antialiased sm:subpixel-antialiased;
33+ @apply flex h-full flex-grow flex-col bg-transparent bg-no-repeat tabular-nums antialiased sm:subpixel-antialiased;
4434
4535 background-image : url ("/Asset/Background.svg" );
4636
@@ -49,22 +39,16 @@ body {
4939 background-size : 160% auto;
5040
5141 background-position : 50% 50% ;
52-
53- @apply bg-no-repeat;
5442}
5543
5644/* Text Selection Highlighting */
5745* ::selection ,
5846::selection {
59- @apply bg-yellow-400 text-black;
60-
61- @apply dark:bg-orange-400 dark:text-white;
47+ @apply bg-yellow-400 text-black dark:bg-orange-400 dark:text-white;
6248
6349 text-shadow : none;
6450}
6551
6652img {
67- @apply inline-block select-none align-top;
68-
69- @apply outline-2 outline-offset-2 outline-transparent;
53+ @apply inline-block select-none align-top outline-2 outline-offset-2 outline-transparent;
7054}
You can’t perform that action at this time.
0 commit comments