Add --color-logo for text that should match logo color (#34639)

Add a new color that indicates the logo's primary color and use it in
the frontpage over previous green color. This will be useful for
customization.

<img width="1347" alt="Screenshot 2025-06-07 at 16 53 34"
src="https://github.com/user-attachments/assets/496aa81f-c910-4c28-bd12-f2473a68bbab"
/>
This commit is contained in:
silverwind
2025-06-07 20:02:28 +02:00
committed by GitHub
parent f6f6aedd4f
commit 7fa5a88831
3 changed files with 4 additions and 2 deletions

View File

@ -21,7 +21,7 @@
}
.home .hero .svg {
color: var(--color-green);
color: var(--color-logo);
height: 40px;
width: 50px;
vertical-align: bottom;
@ -40,7 +40,7 @@
}
.home a {
color: var(--color-green);
color: var(--color-logo);
}
.page-footer {