docs: improve the sponsor page, remove the feedback page

This commit is contained in:
Hans Pagel
2021-01-18 15:07:49 +01:00
parent e6cbb5511f
commit b93168e97a
7 changed files with 60 additions and 43 deletions

View File

@@ -255,6 +255,18 @@ $menuBreakPoint: 800px;
}
}
&--sponsor {
color: $colorWhite;
&::after {
content: '💖';
font-family: 'JetBrainsMono', monospace;
text-transform: uppercase;
padding: 0 0.5em;
border-radius: 5px;
}
}
&--with-children::after {
content: '';
color: rgba($colorWhite, 0.2);