Merge pull request #4866 from nextcloud/login-footer-bold-link

Bold link in footer on login page
This commit is contained in:
Lukas Reschke 2017-05-15 14:22:19 +02:00 committed by GitHub
commit bf0d966c7a

View file

@ -632,6 +632,10 @@ footer,
height: 70px;
}
footer .info a {
font-weight: 600;
}
.hidden {
display: none;
}