Skip to content

Commit

Permalink
fix pagination link colors
Browse files Browse the repository at this point in the history
  • Loading branch information
DivadNojnarg committed Feb 12, 2024
1 parent f401719 commit 75cf316
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ $heading-link-color: rgba($white, .85) !default;
$heading-link-hover-color: $primary !default;
$code-color: #f33185 !default;

$pagination-color: $fg;
$pagination-hover-color: $bg;

$navbar-bg: $bg;
$navbar-fg: rgba(255, 255, 255, 0.85);
$navbar-hover-color: $primary;
Expand Down
3 changes: 3 additions & 0 deletions light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ $fg: $black;
$border-color: rgba($white, .14) !default;
$border-light-color: rgba($white, .14) !default;

$pagination-color: $fg;
$pagination-hover-color: $fg;

$navbar-bg: $white;
$nav-link-color: #33354d;
$navbar-hover-color: $primary;
Expand Down

0 comments on commit 75cf316

Please sign in to comment.