docs(docs): add sponsor link and star

This commit is contained in:
thomas
2023-09-23 22:24:51 +02:00
parent 2f78085b60
commit 9d4598d38b
4 changed files with 39 additions and 27 deletions

View File

@@ -9,6 +9,11 @@
/* --sl-color-text-invert: #212121; */
--cardBgColor: #242526;
/* --sl-font: 'IBM Plex Serif', serif; */
--sl-hue-purple: 41;
--sl-color-purple-low: hsl(var(--sl-hue-orange), 39%, 22%);
--sl-color-purple: hsl(var(--sl-hue-orange), 82%, 63%);
--sl-color-purple-high: hsl(var(--sl-hue-orange), 82%, 87%);
}
.github-success-btn {
@@ -51,7 +56,7 @@
}
.article-footer > a {
border: 1px solid var(--sl-color-accent-high);
border-radius: 0.5rem;
border-radius: 999rem;
padding: 1rem;
text-decoration: none;
color: var(--sl-color-gray-2);
@@ -74,3 +79,16 @@ a.primary {
b {
color: var(--sl-color-accent-high);
}
.main-page-footer {
margin-top: 2rem !important;
font-size: var(--sl-text-sm);
text-align: center;
}
@media (max-width: 799px) {
.main-page-footer {
margin-top: 2rem !important;
font-size: var(--sl-text-xs);
}
}