refactor: перевёл цвета на CSS-переменные

This commit is contained in:
2026-05-14 02:44:44 +03:00
parent a42a305a12
commit fbec0cc08a
20 changed files with 240 additions and 114 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ const userMetaLine = computed(() => {
})
const userYearLine = computed(() => {
const year = user.value.year
const year = user.value.year ?? 0
return Number.isFinite(year) && year > 0 ? `${year} курс` : ''
})
const interestTags = ref([