forked from ruangrupa/lumbung.space
style footer links
This commit is contained in:
parent
1e0dac036a
commit
29552e46d7
@ -649,4 +649,14 @@ footer {
|
|||||||
color: #333333;
|
color: #333333;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
padding: 1em 4em;
|
padding: 1em 4em;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer a {
|
||||||
|
color: #333333;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer a:hover {
|
||||||
|
cursor: pointer;
|
||||||
|
text-decoration: underline;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user