forked from david-swift/duckling
Remove shadow from footer #1
This commit is contained in:
parent
9100d706bc
commit
c9925bdef3
@ -6,7 +6,6 @@
|
|||||||
nav {
|
nav {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 0 auto 1rem;
|
margin: 0 auto 1rem;
|
||||||
box-shadow: var(--edge-highlight);
|
|
||||||
border-radius: 1.375rem;
|
border-radius: 1.375rem;
|
||||||
background-color: var(--fg-muted-1);
|
background-color: var(--fg-muted-1);
|
||||||
padding: 0.25rem;
|
padding: 0.25rem;
|
||||||
@ -54,7 +53,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
box-shadow: var(--edge-highlight);
|
|
||||||
background-color: var(--fg-muted-1);
|
background-color: var(--fg-muted-1);
|
||||||
color: var(--fg-muted-5);
|
color: var(--fg-muted-5);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user