Skip to content

Commit

Permalink
Fix project page colors (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
alshedivat committed May 30, 2021
1 parent f3efec5 commit 016a01b
Showing 1 changed file with 19 additions and 28 deletions.
47 changes: 19 additions & 28 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -295,47 +295,38 @@ footer.sticky-bottom {
// 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 {
width: auto;
margin-bottom: 10px;

a {
text-decoration: none;
}

.row {
display: flex;
align-items: center;
}

.card {
img {
width: 100%;
}
}
}

.grid-item {
width: 250px;
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 {
Expand Down

0 comments on commit 016a01b

Please sign in to comment.