Skip to content

Commit

Permalink
Reverted some changes based on review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mmulji-ic committed Dec 4, 2023
1 parent 02ac862 commit 7b7a5f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ html {

/* RELATED ARTICLES */
&[data-theme="dark"] .pagination-nav > a {
@apply bg-fg;
@apply bg-fg border-stone-800;
}
.pagination-nav {
@apply pb-7 mt-9;
Expand Down Expand Up @@ -488,7 +488,8 @@ html {
@apply my-7;
}
a {
@apply no-underline hover:underline;
@apply underline;
/* color: var(--ifm-color-primary ); */
color: var(--ifm-color-primary);
}
ol,
Expand Down

0 comments on commit 7b7a5f8

Please sign in to comment.