feat(home): css layout for home finished

This commit is contained in:
2025-05-15 14:20:04 -06:00
parent 14b4648b57
commit ff6b56d8c6
4 changed files with 34 additions and 18 deletions

View File

@ -21,12 +21,6 @@ footer img {
filter: invert() hue-rotate(180deg);
}
footer img:hover {
cursor: pointer;
filter: brightness(0) saturate(100%) invert(65%) sepia(13%) saturate(733%)
hue-rotate(187deg) brightness(95%) contrast(90%);
}
footer a {
display: flex;
flex-direction: column;
@ -34,3 +28,10 @@ footer a {
text-decoration: none;
color: inherit;
}
footer a:hover {
color: #91a4d2;
cursor: pointer;
filter: brightness(0) saturate(100%) invert(65%) sepia(13%) saturate(733%)
hue-rotate(187deg) brightness(95%) contrast(90%);
}