workstations and light theme

This commit is contained in:
2026-04-16 16:33:48 +03:00
parent 555e920c18
commit bbfaf5ccc5
37 changed files with 1015 additions and 106 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ const loadProjects = async () => {
const buildProjectCard = (project, index) => {
const card = document.createElement("article");
card.classList.add("project-card", `project-card--${project.tone ?? "mint"}`);
card.classList.add("project-card", `tone-${project.tone ?? "mint"}`);
const header = document.createElement("div");
header.classList.add("project-card__header");