9 lines
122 B
CSS
9 lines
122 B
CSS
|
footer {
|
||
|
flex: 0 0 auto !important;
|
||
|
background: #1a1c20;
|
||
|
color: #c2c2c2;
|
||
|
}
|
||
|
|
||
|
footer nav {
|
||
|
color: #c2c2c2;
|
||
|
}
|