progress on website
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user