fix: pill button svg styles

This commit is contained in:
Cory Dransfeldt 2023-12-28 10:24:37 -08:00
parent 4a92e307aa
commit 1a84c266f5
No known key found for this signature in database
2 changed files with 7 additions and 1 deletions

View file

@ -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": {

View file

@ -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;