chore: adjust project order

This commit is contained in:
2022-08-09 19:31:13 -04:00
parent dfd2a67b53
commit 6d66ad5781
3 changed files with 22 additions and 9 deletions

View File

@@ -31,11 +31,13 @@ img {
height: 12rem;
line-height: 1.25;
transition: all 0.2s ease;
box-shadow: 0 0.1rem 0.5rem 0 gray;
}
html.dark .card {
border: 0.2rem solid rgb(126, 93, 98);
background: rgb(110, 90, 92);
box-shadow: 0 0.1rem 0.5rem 0 black;
}
.card:hover,
@@ -52,4 +54,8 @@ html.dark .card {
a.unclickable {
pointer-events: none;
}
a.unclickable .card {
box-shadow: none;
}
</style>