Subtler shadow (CSS)
This commit is contained in:
parent
67115542d8
commit
e61ce2eaa5
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ html, body {
|
||||||
min-height: 30px;
|
min-height: 30px;
|
||||||
background-color: #212121;
|
background-color: #212121;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
box-shadow: 0px 5px 10px 0px #212121;
|
box-shadow: 0px 2px 10px 0px rgba(33, 33, 33, 0.85);
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-nav > li > a{
|
.navbar-nav > li > a{
|
||||||
|
@ -46,7 +46,7 @@ html, body {
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
background-color: #212121;
|
background-color: #212121;
|
||||||
box-shadow: 0 -5px 10px 0px #212121;
|
box-shadow: 0 -2px 10px 0px rgba(33, 33, 33, 0.85);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue