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
+1 -1
View File
@@ -63,7 +63,7 @@
"hide": true,
"key": "js",
"name": "JavaScript",
"tone": "cyan",
"tone": "gold",
"years": 7
}
]
+5 -1
View File
@@ -11,9 +11,13 @@
<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=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
href="https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Barlow:wght@400;500;700&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://storage.scuroneko.dev/fonts/FantasqueSansMono.css"
/>
<link rel="shortcut icon" href="./favicon.png" type="image/png" />
<script src="./js/data.js" defer></script>
+1 -1
View File
@@ -21,7 +21,7 @@
border: 1px solid var(--border);
border-radius: 8px;
color: var(--text-soft);
font-family: monospace;
font-family: var(--fonts-monospace);
font-size: 0.82rem;
}
+1
View File
@@ -74,6 +74,7 @@
font-size: 0.92rem;
text-overflow: ellipsis;
white-space: nowrap;
font-family: var(--fonts-monospace);
}
.link-card__arrow {
+3 -1
View File
@@ -22,6 +22,8 @@
--block-size: 980px;
--fonts-monospace: "Fantasque Sans Mono", "JetBrains Mono", monospace;
font-size: 16px;
}
@@ -42,7 +44,6 @@ body {
body {
--card-accent: var(--accent);
--card-glow: var(--glow-mint);
padding: 48px 12px;
font-family: "Barlow", sans-serif;
background-color: var(--bg);
color: var(--text);
@@ -51,6 +52,7 @@ body {
justify-content: flex-start;
align-items: center;
min-height: 100%;
padding: 48px 12px;
}
a {
+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 {
+1
View File
@@ -80,6 +80,7 @@
padding-top: 12px;
color: var(--text-soft);
font-size: 0.95rem;
font-family: var(--fonts-monospace);
}
.stack-card__footer span {