Restyle footer
This commit is contained in:
parent
e8bc7d5856
commit
103df1c440
1 changed files with 4 additions and 2 deletions
|
@ -35,7 +35,9 @@ html, body{
|
|||
}
|
||||
|
||||
p {
|
||||
|
||||
a {
|
||||
.transition(color 0.4s);
|
||||
}
|
||||
}
|
||||
|
||||
ol , ul{
|
||||
|
@ -58,7 +60,7 @@ footer {
|
|||
width: 100%;
|
||||
text-align: center;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
padding-bottom: 50px;
|
||||
color: white;
|
||||
background-color: #232323;
|
||||
a {
|
||||
|
|
Reference in a new issue