Переименовал проект и добавил логотип

This commit is contained in:
alisagerasimova
2026-03-17 13:47:52 +03:00
parent fb5ec5e238
commit 0d85ac597b
8 changed files with 51 additions and 44 deletions
+4 -2
View File
@@ -9,7 +9,6 @@ const props = defineProps({
default: null
}
})
</script>
<template>
@@ -31,11 +30,14 @@ const props = defineProps({
color: white;
width: 100%;
font-size: 17px;
text-decoration: none;
box-sizing: border-box;
text-align: center;
font-family: 'Courier New', Courier, monospace;
margin: 0;
}
.success {
background-color: var(--successColor);
}
</style>