This commit is contained in:
Bruno Rybársky 2024-03-26 21:03:17 +01:00
parent 64dcc976c1
commit 8032533cff

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