progress on website

This commit is contained in:
2023-05-19 18:30:28 +02:00
parent d856df8e1b
commit 9207db9a59
14 changed files with 245 additions and 12 deletions

View File

@@ -72,7 +72,7 @@
}
.listtoggle:hover .line {
background-color: rgb(29, 69, 105);
background-color: rgb(58, 149, 224);
transition: 0.4s;
}
@@ -124,7 +124,7 @@
.navitem {
text-decoration: none;
text-align: center;
color: rgb(29, 69, 105);
color: rgb(168, 212, 253);
font-size: 1.4rem;
width: fit-content;
padding: 2%;
@@ -138,13 +138,13 @@
.inactive:hover {
font-size: 1.6rem;
color: rgb(29, 69, 105);
color: rgb(168, 212, 253);
transition: 0.4s;
}
/* ~ --> all next & + --> next */
.shaded {
color: rgb(29, 69, 105);
color: rgb(168, 212, 253);
transition: 0.3s;
}