This commit is contained in:
2026-04-16 14:06:39 +03:00
parent b36fc4a919
commit 555e920c18
7 changed files with 15 additions and 4 deletions
+3
View File
@@ -101,6 +101,7 @@
margin-left: auto;
background-color: rgba(31, 31, 40, 0.52);
color: var(--text-soft);
font-family: var(--fonts-monospace);
}
.project-card__title {
@@ -129,6 +130,7 @@
background-color: rgba(31, 31, 40, 0.42);
color: var(--card-accent);
font-size: 0.9rem;
font-family: var(--fonts-monospace);
}
.project-card__links {
@@ -137,6 +139,7 @@
gap: 12px;
margin-top: auto;
padding-top: 24px;
font-family: var(--fonts-monospace);
}
.project-card__links a {