Skip to content

Commit

Permalink
Improve card colours
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaA08 committed Apr 25, 2024
1 parent 9b0572a commit 4fffedb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
--bg: #F1DAC4;
--font: #1F2232;
--primary: #FFB7C5;
--secondary: #e7b1bc;
--secondary: #f8bec8;
--accent: #596475;
--timeline: #98b8c5;
--cards: #beb0a3;
--cards: #f0e2d2;

/* Font Styles */
--title: "Allura";
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -641,8 +641,8 @@ <h5>Get In Touch</h5>
<a class="nav-link" href="#contact">
<img src="css/images/logos-for-links/email.png" title="Email me" id="email">
</a>
<a class="nav-link" href="#">
<img src="css/images/logos-for-links/chat.png" title="Chat with IshaBot" id="chat">
<a class="nav-link" href="#about">
<img src="css/images/logos-for-links/chat.png" title="Chat with me" id="chat">
</a>
<a class="nav-link" href="#">
<img src="css/images/logos-for-links/env-mode.png" title="Change the display mode">
Expand Down

0 comments on commit 4fffedb

Please sign in to comment.