feat: image loading and theme icon on homepage, fix view button color var

This commit is contained in:
httpjamesm
2022-12-28 12:37:04 -05:00
parent 90e873d9e2
commit 7ec73f8af8
5 changed files with 32 additions and 19 deletions

View File

@ -32,4 +32,18 @@ html {
padding: 0;
width: 100vw;
height: 100vh;
}
}
.icon {
width: 2rem;
min-width: 2rem;
height: 2rem;
min-height: 2rem;
cursor: pointer;
}
.icon img {
background: white;
border-radius: 50%;
padding: .25rem;
}