Update css to track real project updates

This commit is contained in:
nemunaire 2020-05-06 00:30:41 +02:00
commit 589db0b2d8

View file

@ -27,7 +27,9 @@ body {
font-family: Montserrat,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji,sans font-family: Montserrat,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji,sans
} }
nav.navbar { nav.navbar {
box-shadow: 0 1px 3px 0 #9720c944; box-shadow: 0 0px 3px 0 #1cb487;
border-bottom: 1px solid #1cb487;
z-index: 2;
} }
.anchor { .anchor {
@ -44,7 +46,5 @@ nav.navbar {
} }
footer { footer {
border-top: 3px solid #9720c9; border-top: 3px solid #9332bb;
box-shadow: 0 -7px 12px 0 #344a4055;
z-index: 2
} }