tested some continue.dev edits
This commit is contained in:
@@ -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 */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user