updated cybersigilism theme
This commit is contained in:
@@ -3,6 +3,10 @@ import '../styles/global.css';
|
||||
import '@fontsource-variable/fraunces';
|
||||
import '@fontsource-variable/eb-garamond';
|
||||
import '@fontsource-variable/jetbrains-mono';
|
||||
import '@fontsource/vt323';
|
||||
import '@fontsource/space-mono';
|
||||
import '@fontsource/space-mono/700.css';
|
||||
import CyberFx from '../components/CyberFx.astro';
|
||||
import Search from '../components/react/Search';
|
||||
import LogoutButton from '../components/react/LogoutButton';
|
||||
import EditableText from '../components/react/EditableText';
|
||||
@@ -188,5 +192,7 @@ const hasContact = (siteConfig.contact_links?.length ?? 0) > 0;
|
||||
© {year} · {siteConfig.title}
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<CyberFx />
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user