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;
}
+3 -3
View File
@@ -292,14 +292,14 @@
.installPlatforms {
margin-top: 0.75rem;
font-size: 0.9rem;
color: var(--text-subtle);
color: var(--text-prominent);
}
.installDivider {
text-align: center;
margin-bottom: 1.5rem;
font-size: 0.85rem;
color: var(--text-subtle);
color: var(--text-prominent);
}
.installTerminal {
@@ -328,7 +328,7 @@
margin: 0;
font-size: 0.85rem;
line-height: 1.7;
color: #e0e0e0;
color: var(--text-prominent);
overflow-x: auto;
}