|
|
@@ -22,6 +22,20 @@ const { title } = Astro.props;
|
|
|
</body>
|
|
|
</html>
|
|
|
<style is:global>
|
|
|
+ * {
|
|
|
+
|
|
|
+ /* windows 98 look */
|
|
|
+ font-smooth: never;
|
|
|
+ -webkit-font-smoothing: none;
|
|
|
+ -moz-osx-font-smoothing: none;
|
|
|
+
|
|
|
+ image-rendering: pixelated;
|
|
|
+
|
|
|
+ font-family: "Pixelated MS Sans Serif", Arial !important;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ }
|
|
|
body {
|
|
|
background-color: #008080;
|
|
|
max-width: 100vw;
|