Tweaking styles and texts

This commit is contained in:
2025-11-15 18:04:00 +02:00
parent fc14537511
commit 5cc90dc654
3 changed files with 5 additions and 5 deletions

View File

@@ -10,14 +10,14 @@
a,
.green {
text-decoration: none;
color: hsla(160, 100%, 37%, 1);
color: rgb(60, 60, 60);
transition: 0.4s;
padding: 3px;
}
@media (hover: hover) {
a:hover {
background-color: hsla(160, 100%, 37%, 0.2);
background-color: hsla(0, 0%, 17%, 0.2);
}
}

View File

@@ -30,6 +30,7 @@ i {
place-content: center;
width: 32px;
height: 32px;
padding: 5px;
color: var(--color-text);
}

View File

@@ -8,9 +8,8 @@ defineProps<{
<div class="greetings">
<h1 class="green">{{ msg }}</h1>
<h3>
Youve successfully created a project with
<a href="https://vite.dev/" target="_blank" rel="noopener">Vite</a> +
<a href="https://vuejs.org/" target="_blank" rel="noopener">Vue 3</a>. What's next?
Tervetuloa Livonsaaren Tietokonepajan verkkosivuille! Tarjoamme kattavia IT-palveluita,
laitehuoltoja, kotisivuratkaisuja ja Linux-tukea. Tutustu palveluihimme ja ota yhteyttä!
</h3>
</div>
</template>