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
1 changed files with 4 additions and 0 deletions

View File

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