atmosphere explorer
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix font color on portal components

Juliet 5051ef47 a5a8a76e

+5 -5
+4 -1
index.html
··· 26 26 <script src="/src/index.tsx" type="module"></script> 27 27 </head> 28 28 29 - <body id="root" class="dark:bg-dark-500 min-h-screen bg-neutral-100"> 29 + <body 30 + id="root" 31 + class="dark:bg-dark-500 min-h-screen bg-neutral-100 text-neutral-900 dark:text-neutral-200" 32 + > 30 33 <noscript>You need to enable JavaScript to run this app.</noscript> 31 34 </body> 32 35 </html>
+1 -4
src/layout.tsx
··· 104 104 }); 105 105 106 106 return ( 107 - <div 108 - id="main" 109 - class="mx-auto mb-8 flex max-w-lg flex-col items-center p-4 text-neutral-900 dark:text-neutral-200" 110 - > 107 + <div id="main" class="mx-auto mb-8 flex max-w-lg flex-col items-center p-4"> 111 108 <MetaProvider> 112 109 <Show when={location.pathname !== "/"}> 113 110 <Meta name="robots" content="noindex, nofollow" />