chore: gh banner
This commit is contained in:
parent
9070daffcd
commit
5abc4f8b6b
3 changed files with 17 additions and 0 deletions
|
@ -17,6 +17,14 @@
|
|||
stroke: var(--brand-npm);
|
||||
}
|
||||
|
||||
.banner.github {
|
||||
border-color: var(--brand-github);
|
||||
}
|
||||
|
||||
.banner.github svg {
|
||||
stroke: var(--brand-github);
|
||||
}
|
||||
|
||||
.banner p {
|
||||
font-size: var(--font-size-sm);
|
||||
line-height: var(--line-height-sm);
|
||||
|
|
Reference in a new issue