temp change color for more visability

This commit is contained in:
chark1es 2024-12-04 07:38:41 -08:00
parent 41525bd318
commit 1796163379

View file

@ -7,7 +7,7 @@
<meta name="generator" content={Astro.generator} /> <meta name="generator" content={Astro.generator} />
<title>Astro Basics</title> <title>Astro Basics</title>
</head> </head>
<body> <body class="bg-ieee_blue">
<slot /> <slot />
</body> </body>
</html> </html>