chore: style cleanup

This commit is contained in:
Cory Dransfeldt 2024-08-12 20:09:40 -07:00
parent 66f9bd3512
commit 7d497f2b5e
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "22.2.5", "version": "22.2.6",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "coryd.dev", "name": "coryd.dev",
"version": "22.2.5", "version": "22.2.6",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@cdransf/api-text": "^1.5.0", "@cdransf/api-text": "^1.5.0",

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "22.2.5", "version": "22.2.6",
"description": "The source for my personal site. Built using 11ty (and other tools).", "description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module", "type": "module",
"scripts": { "scripts": {

View file

@ -288,9 +288,9 @@
code { code {
background-color: var(--code-bg-color); background-color: var(--code-bg-color);
border: 1px solid var(--border-color);
color: var(--code-text-color); color: var(--code-text-color);
padding: 2px 4px; padding: 2px 4px;
border-radius: 3px;
font-family: var(--font-mono); font-family: var(--font-mono);
} }