1
0
mirror of https://github.com/robonen/lorem-blog.git synced 2026-03-20 02:44:39 +00:00

feat(styles): enhance CSS variables for theming and add new color definitions

This commit is contained in:
2025-06-15 15:38:40 +07:00
parent e528230264
commit 268a6f6f42
4 changed files with 58 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
</head>
<body>
<div id="app"></div>
<div id="teleports"></div>
<script type="module" src="/src/app/main.ts"></script>
</body>
</html>