Add FrankenPHP section to homepage

This commit is contained in:
Matthew Holt 2023-12-19 15:48:11 -07:00
parent 519e744daf
commit 8bf5c00581
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5
6 changed files with 85 additions and 6 deletions

View file

@ -273,7 +273,8 @@ h3 a {
.smallstep {
.smallstep,
.franken-logo {
max-width: 150px;
margin-top: 1em;
}
@ -371,9 +372,23 @@ img.cite {
.franken {
background-color: #b3d133;
color: #390075;
.frankenphp.dark {
background-color: rgb(35, 1, 67);
}
.frankenphp h2 {
color: #b3d133;
}
.frankenphp img.franken-mascot {
max-height: 500px;
}
.franken.button {
background: #b3d133;
color: rgb(35, 1, 67);
border: 0;
}
p.endnote {
font-size: 75%;
opacity: .65;
}