Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
kay-who-codes authored Jan 23, 2025
1 parent b4de28d commit 544a1d3
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -158,27 +158,6 @@ body.dark-mode #toggle-button:hover {
box-shadow: 0 4px 6px rgba(255, 255, 255, 0.2);
}

/* Footer styling */
.credit-message {
font-size: 14px;
color: grey;
padding: 10px 0;
text-align: center;
background-color: transparent;
width: 100%;
margin-top: 40px;
}

.credit-message a {
color: #F7931A;
text-decoration: none;
}

.credit-message a:hover {
color: #c56c00;
text-decoration: underline;
}

/* Dark Mode Styles */
body.dark-mode {
background-color: #131313;
Expand Down Expand Up @@ -280,3 +259,24 @@ body.dark-mode #card-display button:hover {
font-size: 12px;
}
}

/* Footer styling */
.credit-message {
font-size: 14px;
color: grey;
padding: 10px 0;
text-align: center;
background-color: transparent;
width: 100%;
margin-top: 40px;
}

.credit-message a {
color: #F7931A;
text-decoration: none;
}

.credit-message a:hover {
color: #c56c00;
text-decoration: underline;
}

0 comments on commit 544a1d3

Please sign in to comment.