Merge pull request #4866 from nextcloud/login-footer-bold-link
Bold link in footer on login page
This commit is contained in:
commit
bf0d966c7a
1 changed files with 4 additions and 0 deletions
|
@ -632,6 +632,10 @@ footer,
|
|||
height: 70px;
|
||||
}
|
||||
|
||||
footer .info a {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue