This commit is contained in:
Roman Pyrih
2025-09-12 08:57:57 +02:00
parent 5686425cf1
commit 6f98e663c3
3 changed files with 20 additions and 2 deletions

View File

@@ -37,6 +37,18 @@ header#header {
padding: 5px 10px;
border: 0.5px solid #d8d8d8;
border-radius: 5px;
&:hover {
img {
filter: brightness(0) saturate(100%) invert(18%) sepia(41%)
saturate(6507%) hue-rotate(201deg) brightness(93%)
contrast(101%);
}
}
img {
transition: all 250ms ease-in-out;
}
}
}
}
@@ -539,6 +551,12 @@ header#header {
border-radius: 6px;
box-shadow: 0 4px 4px #e9e3de;
border: none;
transition: all 250ms ease-in-out;
&:hover {
color: $cWhite;
background: #1e2832;
}
}
}
.search-item {