fix: pill button svg styles
This commit is contained in:
parent
4a92e307aa
commit
1a84c266f5
2 changed files with 7 additions and 1 deletions
|
@ -525,6 +525,12 @@ code {
|
|||
background-color: var(--blue-800) !important;
|
||||
}
|
||||
|
||||
.pill--button svg:hover,
|
||||
.pill--button svg:active,
|
||||
.pill--button svg:focus {
|
||||
stroke: var(--white);
|
||||
}
|
||||
|
||||
/* articles */
|
||||
.article__wrapper {
|
||||
padding-top: 1rem;
|
||||
|
|
Reference in a new issue