batman's shadow tweaks

This commit is contained in:
Stelian Tsekov 2024-03-06 17:32:19 +01:00
parent 98a94be178
commit 83e42f6fc7
2 changed files with 3 additions and 1 deletions

View file

@ -91,6 +91,7 @@ section {
background-color: var(--bg-secondary-color);
border-radius: 1em;
padding: 0.8em;
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
transition: all ease-in-out 0.2s;
}
@ -103,5 +104,6 @@ section {
}
.service:hover {
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
transform: scale(1.02);
}

View file

@ -27,7 +27,7 @@ nav > .language-switcher > select {
nav.scrolled {
background: var(--bg-color);
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
nav a.nav-logo {