Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
637ba8e48b | ||
| 86773394bd | |||
|
|
599615be6a | ||
| eec8cc583f | |||
|
|
87d7f4396d | ||
| bb2da86a1b | |||
|
|
ee3efb5bdd | ||
| e5f7add948 |
@@ -26,3 +26,15 @@ h5,
|
|||||||
h6 {
|
h6 {
|
||||||
font-family: var(--font-public-sans), sans-serif;
|
font-family: var(--font-public-sans), sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#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: 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