slightly tweak design

This commit is contained in:
2024-05-07 17:48:02 +02:00
parent 178bbc83a6
commit 64fea88a9b
2 changed files with 9 additions and 9 deletions

View File

@@ -125,7 +125,7 @@
text-decoration: none;
text-align: center;
color: rgb(168, 212, 253);
font-size: 1.4rem;
font-size: 2rem;
width: fit-content;
padding: 2%;
}
@@ -133,11 +133,11 @@
.inactive {
transition: 1s;
color: white;
font-size: 1.3rem;
font-size: 1.8rem;
}
.inactive:hover {
font-size: 1.6rem;
font-size: 2.2rem;
color: rgb(168, 212, 253);
transition: 0.4s;
}