Skip to content

Commit

Permalink
chore: added reactions and changed colors
Browse files Browse the repository at this point in the history
Signed-off-by: dharmx <dharmx.dev@gmail.com>
  • Loading branch information
dharmx committed Jul 23, 2023
1 parent 50de9c0 commit 31e7e9d
Show file tree
Hide file tree
Showing 6 changed files with 1,744 additions and 9 deletions.
1 change: 1 addition & 0 deletions assets/css/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
@import "_fonts";
@import "_summary";
@import "_single";
@import "_sponsor";
7 changes: 0 additions & 7 deletions assets/css/_single.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,3 @@
font-style: normal;
}
}

.sponsor-bio {
em {
font-style: unset;
color: $global-font-secondary-color-dark;
}
}
6 changes: 6 additions & 0 deletions assets/css/_sponsor.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.sponsor-bio {
em {
font-style: unset;
color: $global-font-secondary-color-dark;
}
}
Loading

0 comments on commit 31e7e9d

Please sign in to comment.