fix: pill button svg styles
This commit is contained in:
parent
4a92e307aa
commit
1a84c266f5
2 changed files with 7 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "4.0.5",
|
||||
"version": "4.0.6",
|
||||
"description": "The source for my personal site, blog and portfolio. Built using 11ty and hosted on Netlify.",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
@ -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