add glow to logo in nav bar
This commit is contained in:
@@ -138,7 +138,7 @@ body {
|
||||
gap: 32px;
|
||||
}
|
||||
.nav-logo { display: flex; align-items: center; text-decoration: none; }
|
||||
.logo-img { height: 36px; width: auto; }
|
||||
.logo-img { height: 36px; width: auto; filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.8));}
|
||||
.logo-img--footer { height: 30px; }
|
||||
.nav-links {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user