mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-13 16:04:36 -04:00
Removed color and bg color properties from #footer in styles. Colors will be on per theme basis.
This commit is contained in:
@@ -29,9 +29,6 @@ body {
|
||||
#footer {
|
||||
height: 150px;
|
||||
padding-top: 35px;
|
||||
color: @navbar-inverse-color;
|
||||
background-color: @navbar-default-bg;
|
||||
border-top: 1px solid @navbar-default-border;
|
||||
}
|
||||
|
||||
// Navbar
|
||||
|
||||
Reference in New Issue
Block a user