save changes [skip ci]

This commit is contained in:
Sakooooo 2024-11-16 14:11:04 +04:00
parent b56e2cd2db
commit f024ae9416
Signed by: sako
GPG key ID: FE52FD65B76E4751
2 changed files with 1 additions and 24 deletions

View file

@ -21,30 +21,8 @@ const { title } = Astro.props;
</body>
</html>
<style is:global>
:root {
--accent: 136, 58, 234;
--accent-light: 224, 204, 250;
--accent-dark: 49, 10, 101;
--accent-gradient: linear-gradient(
45deg,
rgb(var(--accent)),
rgb(var(--accent-light)) 30%,
white 60%
);
}
html {
font-family: system-ui, sans-serif;
font-family: monospace;
background: #13151a;
}
code {
font-family:
Menlo,
Monaco,
Lucida Console,
Liberation Mono,
DejaVu Sans Mono,
Bitstream Vera Sans Mono,
Courier New,
monospace;
}
</style>

View file

@ -1,6 +1,5 @@
---
import Layout from '../layouts/Layout.astro';
import Card from '../components/Card.astro';
---
<Layout title="sako.lol">