Skip to content

Commit

Permalink
Fix link colors
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitu236 committed Mar 12, 2024
1 parent 4db5200 commit fa3fe70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
--bs-border-radius-xl: 1rem;
--bs-border-radius-2xl: 2rem;
--bs-border-radius-pill: 50rem;
--bs-link-color: #bd5d38;
--bs-link-hover-color: #974a2d;
--bs-link-color: #4d6c9b;
--bs-link-hover-color: #344e74;
--bs-code-color: #d63384;
--bs-highlight-bg: #fff3cd;
}
Expand Down

0 comments on commit fa3fe70

Please sign in to comment.