chore: vars + colors

This commit is contained in:
Cory Dransfeldt 2024-07-02 15:26:56 -07:00
parent 40716f8324
commit 497773d8f7
No known key found for this signature in database
4 changed files with 7 additions and 5 deletions

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "19.9.6",
"version": "19.9.7",
"description": "The source for my personal site. Built using 11ty.",
"type": "module",
"scripts": {

View file

@ -97,6 +97,7 @@
--sizing-2xl: 2rem;
--sizing-3xl: 2.25rem;
--sizing-svg-sm: 18px;
--sizing-svg-base: 24px;
/* radii */

View file

@ -38,9 +38,10 @@
line-height: var(--line-height-sm);
svg {
width: 18px;
height: 18px;
width: var(--sizing-svg-sm);
height: var(--sizing-svg-sm);
margin-right: var(--sizing-xs);
stroke: var(--favorite);
}
}