header modified

This commit is contained in:
2024-09-29 03:33:17 +02:00
Unverified
parent 64c73b7b5d
commit df9c9c25ce
2 changed files with 29 additions and 21 deletions

View File

@@ -25,6 +25,8 @@ body, html {
font-family: "PT Sans";
}
/* CLASSES */
.logo {
font-family: "Belanosima";
text-decoration: none;
@@ -32,27 +34,6 @@ body, html {
-webkit-text-fill-color: transparent;
}
.mt-9 {
margin-top: 9rem !important;
}
.panel-header {
background-color: rgba(0, 0, 0, 0.8);
}
.panel-regular {
background-color: rgba(0, 0, 0, 0.6);
}
.panel-yellow {
background-color: rgba(255, 184, 58, 0.6);
}
.panel {
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
backdrop-filter: blur(25px);
}
.main-button {
--r:10px;
--b:2px;
@@ -102,6 +83,33 @@ body, html {
-webkit-mask:none;
}
.mt-9 {
margin-top: 9rem !important;
}
.panel-header {
background-color: rgba(0, 0, 0, 0.8);
}
.panel-regular {
background-color: rgba(0, 0, 0, 0.6);
}
.panel-yellow {
background-color: rgba(255, 184, 58, 0.6);
}
.panel {
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
backdrop-filter: blur(25px);
}
.dropdown-menu-left {
right: auto;
left: 0;