progress on new website
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
height: 100%;
|
||||
background: repeating-linear-gradient( 45deg, rgba(0, 0, 0, 0.822), rgba(22, 17, 65, 0.822) 5% );
|
||||
background-size: 150vh 150vh;
|
||||
background-position: 0px;
|
||||
position: fixed;
|
||||
display: block;
|
||||
z-index: 10;
|
||||
@@ -123,7 +124,7 @@
|
||||
.navitem {
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
color: rgb(107, 107, 107);;
|
||||
color: rgb(29, 69, 105);
|
||||
font-size: 1.4rem;
|
||||
width: fit-content;
|
||||
padding: 2%;
|
||||
@@ -137,13 +138,13 @@
|
||||
|
||||
.inactive:hover {
|
||||
font-size: 1.6rem;
|
||||
color: rgb(107, 107, 107);
|
||||
color: rgb(29, 69, 105);
|
||||
transition: 0.4s;
|
||||
}
|
||||
|
||||
/* ~ --> all next & + --> next */
|
||||
.shaded {
|
||||
color: rgb(107, 107, 107);
|
||||
color: rgb(29, 69, 105);
|
||||
transition: 0.3s;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user