Skip to content

Commit 76c57a5

Browse files
committed
colors
1 parent 18db4ac commit 76c57a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_sass/_base.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -615,15 +615,15 @@ footer.sticky-bottom {
615615

616616
&:hover{
617617
.card-title{
618-
color: pink;
618+
color: rgb(143, 155, 7);
619619
}
620620
}
621621
.card {
622622
img {
623623
width: 100%;
624624
}
625625
.card-text{
626-
color: rgb(125, 83, 150); // color: for text in the card of the project, not the title.
626+
color: rgb(227, 228, 218); // color: for text in the card of the project, not the title.
627627
}
628628
}
629629

0 commit comments

Comments
 (0)