Continue work on marketing pages

This commit is contained in:
Matthew Holt 2023-10-02 17:11:59 -06:00 committed by Francis Lavoie
parent c17c984546
commit 01a9c8a525
No known key found for this signature in database
GPG key ID: C5204D4F28147FC8
8 changed files with 887 additions and 624 deletions

View file

@ -103,15 +103,12 @@ body {
tab-size: 4;
background-color: var(--body-bg);
color: var(--text-color);
background-image:
radial-gradient(at calc(50% - min(25vw, 800px)) -10%, hsl(137.64deg, 100%, 92.42%) 0px, transparent min(15%, 500px)),
radial-gradient(at calc(50% + min(25vw, 800px)) -10%, hsl(201.2deg, 68%, 90.2%) 0px, transparent min(15%, 500px));
}
.dark body {
background-image:
radial-gradient(at calc(50% - min(35vw, 700px)) -10%, hsl(129.5deg, 100%, 12.4%) 0px, transparent min(25%, 600px)),
radial-gradient(at calc(50% + min(35vw, 700px)) -10%, hsl(201deg, 100%, 19.33%) 0px, transparent min(25%, 600px))
section.dark,
footer {
background-color: #002020;
color: white;
}
main a {
@ -272,6 +269,16 @@ button,
align-items: center;
}
.button {
color: rgb(54 206 255);
border: 1px solid rgb(54 206 255);
}
.button:hover {
color: white;
border-color: white;
}
button.primary,
.button.primary {
background: linear-gradient(135deg, white 25%, rgba(167, 183, 193) 80%);