Fix project page colors (#295)

This commit is contained in:
Maruan 2021-05-30 18:46:56 -04:00 committed by GitHub
parent f3efec5d6d
commit 016a01b08f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -295,47 +295,38 @@ footer.sticky-bottom {
// Projects // Projects
.projects { .projects {
a {
text-decoration: none;
&:hover {
.card-title {
color: var(--global-theme-color);
}
}
}
.card {
img {
width: 100%;
}
.card-title {
color: $black-color;
}
}
.card-item { .card-item {
width: auto; width: auto;
margin-bottom: 10px; margin-bottom: 10px;
a {
text-decoration: none;
}
.row { .row {
display: flex; display: flex;
align-items: center; align-items: center;
} }
.card {
img {
width: 100%;
}
}
} }
.grid-item { .grid-item {
width: 250px; width: 250px;
margin-bottom: 10px; margin-bottom: 10px;
a {
color: black;
text-decoration: none;
&:hover {
color: var(--global-theme-color);
}
}
.card {
img {
width: 100%;
}
.card-title {
color: $black-color;
}
}
} }
h2.category { h2.category {