feat: Add box-shadow to "View Source Code" button
This commit is contained in:
@@ -83,13 +83,14 @@ h3 {
|
||||
text-decoration: none;
|
||||
font-weight: 600;
|
||||
border-radius: 50px;
|
||||
box-shadow: 0 4px 8px rgba(202, 110, 11, 0.4);
|
||||
transition: background-color 0.3s ease, box-shadow 0.3s ease;
|
||||
}
|
||||
|
||||
.demo-link:hover,
|
||||
.demo-repo:hover {
|
||||
background-color: var(--primary-color);
|
||||
box-shadow: 0 4px 8px rgba(46, 151, 190, 0.2);
|
||||
box-shadow: 0 4px 8px rgba(46, 151, 190, 0.4);
|
||||
}
|
||||
|
||||
/* Responsive tweaks */
|
||||
|
Reference in New Issue
Block a user