Update button styles in AdventureCard, Navbar, and log pages
This commit is contained in:
@@ -102,4 +102,19 @@
|
||||
height: 90vh;
|
||||
text-align: center;
|
||||
}
|
||||
button {
|
||||
margin-left: 1rem;
|
||||
padding: 0.5rem 1rem;
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
background-color: #076836;
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
transition: background-color 0.3s ease;
|
||||
box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
|
||||
}
|
||||
|
||||
button:hover {
|
||||
background-color: #074b28;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user