From 016a01b08f96f798e3cdde7c49b009e728d3a174 Mon Sep 17 00:00:00 2001 From: Maruan Date: Sun, 30 May 2021 18:46:56 -0400 Subject: [PATCH] Fix project page colors (#295) --- _sass/_base.scss | 47 +++++++++++++++++++---------------------------- 1 file changed, 19 insertions(+), 28 deletions(-) diff --git a/_sass/_base.scss b/_sass/_base.scss index d964511..2dd1dc7 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -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 {