docs: Landing page updates x AAIF blog post (#8417)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user