mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Basic footer colors.
This commit is contained in:
parent
8b98455674
commit
3c662f6d05
1 changed files with 9 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
footer.site-footer {
|
||||
background-color: @footer-bg-color;
|
||||
border-top: 1px solid @gray-lighter;
|
||||
padding: 2em;
|
||||
font-size: 0.9rem;
|
||||
|
@ -22,6 +23,14 @@ footer.site-footer {
|
|||
vertical-align: text-bottom;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
color: @footer-link-color;
|
||||
&:hover,
|
||||
&:focus {
|
||||
color: @footer-link-hover-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.sprite-icon-lang {
|
||||
|
|
Loading…
Reference in a new issue