tested some continue.dev edits

This commit is contained in:
Nico Melone
2025-02-28 19:13:51 -06:00
parent 8fa85cf165
commit c17a43a50e
3 changed files with 54 additions and 10 deletions

View File

@@ -5,7 +5,7 @@ body {
}
header {
background-color: #007BFF;
background-color: #008C2F;
color: white;
padding: 1em 0;
text-align: center;
@@ -56,4 +56,14 @@ main {
.mb-2{
list-style-type: none;
}
}
/* styles.css */
#add-rank-btn, #save-btn {
background-color: #7A288A; /* This is a deep purple color */
border-color: #7A288A;
}
#add-rank-btn:hover, #save-btn:hover {
background-color: #55107B; /* This is a darker shade of purple for hover effect */
}