docs: add banner for recipinned (#2656)

This commit is contained in:
Hayden
2023-10-17 12:06:08 -05:00
committed by GitHub
parent defdc82d74
commit b7c7c0f947
2 changed files with 24 additions and 7 deletions

View File

@@ -55,3 +55,20 @@ th {
.md-button {
padding: 0.2rem 0.75rem !important;
}
.announce-left {
display: flex;
justify-content: center;
align-items: center;
gap: 1rem;
}
.announce-left > a {
color: #e0e0e0;
font-weight: bold;
}
.announce-left > a:hover {
color: var(--md-primary-fg-color);
text-decoration: underline;
}