Integrated customDocBtn better with css into the menu

This commit is contained in:
Verena Schulz
2026-01-17 00:11:37 +01:00
parent c2e6c4a186
commit 8076fe92f5
2 changed files with 9 additions and 3 deletions
+9 -2
View File
@@ -547,7 +547,14 @@ li {
-webkit-transition: all 0.3s ease;
}
.menu1 a:first-child {
#customDocBtn {
border: none;
background-color:#1C3B69;
font: 700 20px 'Oswald', sans-serif;
border-radius: 0%;
}
.menu1 button:first-child {
margin-top: 30px;
}
@@ -564,7 +571,7 @@ li {
text-decoration: none;
}
.li1:hover {
.li1:hover, #customDocBtn:hover{
background-color: #FFF;
color: rgb(61, 61, 61);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);