fixed css of header for all pages

This commit is contained in:
Jacob Delgado 2023-10-04 18:10:49 -07:00
parent 4c61284aac
commit 97718dbf7a
2 changed files with 24 additions and 2 deletions

View File

@ -31,7 +31,7 @@
}
.h-menu-items:hover{
filter: drop-shadow(0 0 2em #4c92c0);
filter: drop-shadow(0 0 2em #ffffff);
cursor: pointer;
}

View File

@ -23,7 +23,7 @@
--shadow: 0px 23px 21px -8px rgba(136, 160, 255, 0.25);
}
a {
/* a {
font-weight: 500;
color: #646cff;
text-decoration: inherit;
@ -75,4 +75,26 @@ button:focus-visible {
button {
background-color: #f9f9f9;
}
} */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Poppins", sans-serif;
scroll-behavior: smooth;
}
a {
color: inherit;
text-decoration: none;
}
.paddings{
padding: 1.5rem;
}
.innerwidth{
width: 100%;
}