This commit is contained in:
@@ -52,13 +52,14 @@ body::selection {
|
||||
padding: 0 24px;
|
||||
}
|
||||
|
||||
|
||||
.site-header {
|
||||
position: relative;
|
||||
z-index: 20;
|
||||
padding: 56px 0 48px;
|
||||
padding: 6px 0 8px;
|
||||
background:
|
||||
linear-gradient(115deg, rgba(203, 166, 247, 0.18), transparent 45%),
|
||||
var(--mantle);
|
||||
linear-gradient(115deg, var(--mantle), transparent 45%),
|
||||
rgba(203, 166, 247, 0.18);
|
||||
border-bottom: 1px solid var(--border);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user