update design md's

This commit is contained in:
necatiozmen
2026-04-08 20:26:59 +03:00
parent 7cf42b918d
commit 1ebace0eea
116 changed files with 322 additions and 600 deletions
+3 -8
View File
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Design System Preview: Sanity (Light)</title>
<title>Design System Inspired by Sanity</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&display=swap" rel="stylesheet">
@@ -596,7 +596,7 @@
<!-- NAV -->
<nav class="nav">
<a href="#" class="nav-brand">awesome-design-md</a>
<span class="nav-brand">awesome-design-md</span>
<div class="nav-links">
<a href="#colors">Colors</a>
<a href="#typography">Typography</a>
@@ -1129,12 +1129,7 @@
</section>
<!-- FOOTER -->
<footer style="background: var(--bg-dark-section); padding: 48px 32px; margin-top: 0;">
<div style="max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px;">
<span style="font-size: 13px; color: var(--text-on-dark-secondary); font-family: var(--font-mono);">Design tokens extracted from sanity.io</span>
<span style="font-size: 12px; color: var(--text-on-dark-tertiary); font-family: var(--font-mono); text-transform: uppercase;">awesome-design-md</span>
</div>
</footer>
<footer class="footer">Maintained by <a href="https://github.com/VoltAgent/voltagent" target="_blank" rel="noopener noreferrer" style="text-decoration:none;"><img src="https://github.com/VoltAgent.png?size=32" alt="VoltAgent" width="14" height="14" style="border-radius:3px;vertical-align:-2px;margin-right:3px;">VoltAgent</a> team</footer>
</body>
</html>