Reduce the header box shadow a bit
This commit is contained in:
parent
948600cef1
commit
a7ef5d696b
1 changed files with 1 additions and 1 deletions
|
@ -580,7 +580,7 @@ ol ol {
|
||||||
background: var(--background-color);
|
background: var(--background-color);
|
||||||
border: 1px solid var(--header-border-color);
|
border: 1px solid var(--header-border-color);
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
box-shadow: 4px 5px 5px var(--header-box-shadow-color);
|
box-shadow: 3px 4px 4px var(--header-box-shadow-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.visible { visibility: visible; }
|
.visible { visibility: visible; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue