Introduce color variables

Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
hossainemruz 2023-09-29 04:22:23 +06:00
parent b34c6860be
commit 6d5d1b9851
35 changed files with 696 additions and 909 deletions

View file

@ -1,7 +1,7 @@
.projects-section {
.card {
.card-header {
background-color: #f9fafc;
background-color: $bg-card;
padding: 0.7rem;
padding-bottom: 0rem;
text-decoration: none;
@ -10,7 +10,7 @@
margin-right: 0.5rem;
}
.sub-title {
color: #8392a5;
color: $muted-text-color;
margin-top: 0.4rem;
span {