git: ed3bd9b11a - main - Change cursor in website donate button and fix overlap
Sergio Carlavilla Delgado <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=ed3bd9b11aaf1297fc77e889d2a91b0e14190356 commit ed3bd9b11aaf1297fc77e889d2a91b0e14190356 Author: Sergio Carlavilla Delgado <[email protected]> AuthorDate: 2022-01-30 13:28:28 +0000 Commit: Sergio Carlavilla Delgado <[email protected]> CommitDate: 2022-01-30 13:28:28 +0000 Change cursor in website donate button and fix overlap PR: 261038 Submitted by: Graham Perrin <grahamperrin (AT) gmail.com> --- website/themes/beastie/static/css/layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/themes/beastie/static/css/layout.css b/website/themes/beastie/static/css/layout.css index 0f1310340a..6e2be1b3c5 100644 --- a/website/themes/beastie/static/css/layout.css +++ b/website/themes/beastie/static/css/layout.css @@ -442,8 +442,8 @@ header { padding: 2% 15%; margin-bottom: 3%; text-align: center; - font-size: 1.1em; font-weight: bold; + cursor: pointer; } .donate a, .donate a:link, .donate a:visited, .donate a:hover, .donate a:active {