Merge version_5 into main
Merge version_5 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -28,8 +28,13 @@ h6 {
|
||||
}
|
||||
|
||||
#nav nav {
|
||||
top: var(--spacing-2) !important;
|
||||
left: 50% !important;
|
||||
transform: translateX(-50%);
|
||||
width: var(--width-content-width) !important;
|
||||
border-radius: var(--radius-theme-capped) !important;
|
||||
background-color: color-mix(in srgb, var(--background) 80%, transparent) !important;
|
||||
border-bottom: 1px solid color-mix(in srgb, var(--foreground) 15%, transparent);
|
||||
border: 1px solid color-mix(in srgb, var(--foreground) 15%, transparent);
|
||||
-webkit-backdrop-filter: blur(12px) !important;
|
||||
backdrop-filter: blur(12px) !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user