diff --git a/assets/style.css b/assets/style.css index 9dcd633..efabb8e 100644 --- a/assets/style.css +++ b/assets/style.css @@ -20,8 +20,7 @@ body { "foot foot foot foot"; grid-template-rows: min-content 1fr min-content; align-items: center; - background: linear-gradient(to bottom, var(--pico-secondary-background), var(--pico-primary-background)), linear-gradient(to right, var(--pico-secondary-background), var(--pico-primary-background)) no-repeat fixed; - background-blend-mode: multiply; + background: linear-gradient(127deg, var(--pico-secondary-background), var(--pico-primary-background)) no-repeat fixed; background-size: cover; flex-direction: column; font-family: \'Poppins\', sans-serif; @@ -84,7 +83,7 @@ header ul li { ul { display: flex; - flex-direction: row; + flex-direction: column; gap: 2.5rem; list-style: none; padding-left: 0; @@ -103,7 +102,6 @@ header { text-align: center; width: 100%; margin-top: 35px; - height: 55px; margin-bottom: 35px; } @@ -112,6 +110,7 @@ li a { position: relative; text-decoration: none; transition: all .3s ease; + color: var(--pico-color); } li a:hover::after {