🎨 Update button styles with new background and hover colors
This commit is contained in:
@@ -1146,8 +1146,8 @@ onMounted(() => {
|
||||
.btn-retry {
|
||||
display: inline-block;
|
||||
padding: 0.75rem 1.5rem;
|
||||
background: #3498db;
|
||||
color: white;
|
||||
background: #2980b9;
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
border: none;
|
||||
border-radius: 8px;
|
||||
@@ -1158,6 +1158,6 @@ onMounted(() => {
|
||||
|
||||
.btn-primary:hover,
|
||||
.btn-retry:hover {
|
||||
background: #2980b9;
|
||||
background: #21618c;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user