favicon and small fix

This commit is contained in:
2026-04-14 16:50:11 +03:00
parent 7c88e2aeb4
commit b36fc4a919
17 changed files with 9 additions and 107 deletions
+2
View File
@@ -40,6 +40,8 @@ body {
}
body {
--card-accent: var(--accent);
--card-glow: var(--glow-mint);
padding: 48px 12px;
font-family: "Barlow", sans-serif;
background-color: var(--bg);
-2
View File
@@ -6,8 +6,6 @@
}
.stack-card {
--card-accent: var(--accent);
--card-glow: var(--glow-mint);
position: relative;
display: grid;
grid-template-columns: auto 1fr;