big update
This commit is contained in:
@@ -100,6 +100,31 @@ textarea, input,
|
||||
box-shadow: 0 2px 10px rgba(0,0,0,0.3);
|
||||
}
|
||||
|
||||
.navbar-sitemap-bg {
|
||||
background: linear-gradient(135deg, rgba(15, 15, 20, 0.65) 0%, rgba(35, 35, 60, 0.65) 100%);
|
||||
border-bottom: 1px solid rgba(255,255,255,0.12);
|
||||
backdrop-filter: blur(6px);
|
||||
-webkit-backdrop-filter: blur(6px);
|
||||
}
|
||||
|
||||
.navbar-sitemap-link {
|
||||
border-radius: 10px;
|
||||
padding: 8px 10px !important;
|
||||
margin: 0 3px;
|
||||
transition: background-color 140ms ease, color 140ms ease, transform 140ms ease, box-shadow 140ms ease;
|
||||
}
|
||||
|
||||
.navbar-sitemap-link:hover {
|
||||
background: rgba(0, 0, 0, 0.28);
|
||||
box-shadow: 0 6px 16px rgba(0,0,0,0.25);
|
||||
transform: translateY(-1px);
|
||||
}
|
||||
|
||||
.navbar-sitemap-link.active {
|
||||
background: rgba(0, 0, 0, 0.46);
|
||||
box-shadow: inset 0 0 0 1px rgba(255,255,255,0.12);
|
||||
}
|
||||
|
||||
.navbar-brand {
|
||||
font-weight: bold;
|
||||
font-size: 1.5rem;
|
||||
|
||||
Reference in New Issue
Block a user