docs: Landing page updates x AAIF blog post (#8417)

This commit is contained in:
Adewale Abati
2026-04-09 09:58:30 +02:00
committed by GitHub
parent 389dba3afe
commit dbd64a7297
4 changed files with 34 additions and 14 deletions
+12
View File
@@ -201,6 +201,18 @@
color: var(--text-inverse);
}
.button--outline {
background: transparent;
border: 1px solid var(--border-standard);
color: var(--text-standard);
}
.button--outline:hover {
background: var(--button-primary-background);
border-color: var(--button-primary-background);
color: var(--text-inverse);
}
.button svg {
margin-right: 0.75rem;
}