Tweaking styles and texts
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -30,6 +30,7 @@ i {
|
||||
place-content: center;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
padding: 5px;
|
||||
|
||||
color: var(--color-text);
|
||||
}
|
||||
|
||||
@@ -8,9 +8,8 @@ defineProps<{
|
||||
<div class="greetings">
|
||||
<h1 class="green">{{ msg }}</h1>
|
||||
<h3>
|
||||
You’ve 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>
|
||||
|
||||
Reference in New Issue
Block a user