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, a,
.green { .green {
text-decoration: none; text-decoration: none;
color: hsla(160, 100%, 37%, 1); color: rgb(60, 60, 60);
transition: 0.4s; transition: 0.4s;
padding: 3px; padding: 3px;
} }
@media (hover: hover) { @media (hover: hover) {
a: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; place-content: center;
width: 32px; width: 32px;
height: 32px; height: 32px;
padding: 5px;
color: var(--color-text); color: var(--color-text);
} }

View File

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