www: add button to sign-up on chatmail server

This commit is contained in:
missytake
2024-07-31 11:01:41 +02:00
committed by holger krekel
parent a7101be284
commit a9bdc3d1d0
2 changed files with 17 additions and 1 deletions

View File

@@ -72,3 +72,15 @@ code {
color: red;
font-weight: bold;
}
.cta-button, .cta-button:hover, .cta-button:visited {
border: 1.5px solid #a4c2d0;
border-radius: 5px;
padding: 10px;
display: inline-block;
margin: 10px 0;
background: linear-gradient(120deg, #77888f, #364e59);
color: white !important;
font-weight: bold;
}