Skip to content

Commit 16d8196

Browse files
1 parent a2f58c6 commit 16d8196

File tree

2 files changed

+5
-22
lines changed

2 files changed

+5
-22
lines changed

.astro/types.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
/// <reference types="astro/client" />
2-
/// <reference path="content.d.ts" />

Source/Stylesheet/Global.css

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
html {
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

3632
body {
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

6652
img {
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
}

0 commit comments

Comments
 (0)