chore: vars + colors
This commit is contained in:
parent
40716f8324
commit
497773d8f7
4 changed files with 7 additions and 5 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "19.9.6",
|
"version": "19.9.7",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "19.9.6",
|
"version": "19.9.7",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@cdransf/api-text": "^1.4.0",
|
"@cdransf/api-text": "^1.4.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "19.9.6",
|
"version": "19.9.7",
|
||||||
"description": "The source for my personal site. Built using 11ty.",
|
"description": "The source for my personal site. Built using 11ty.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -97,6 +97,7 @@
|
||||||
--sizing-2xl: 2rem;
|
--sizing-2xl: 2rem;
|
||||||
--sizing-3xl: 2.25rem;
|
--sizing-3xl: 2.25rem;
|
||||||
|
|
||||||
|
--sizing-svg-sm: 18px;
|
||||||
--sizing-svg-base: 24px;
|
--sizing-svg-base: 24px;
|
||||||
|
|
||||||
/* radii */
|
/* radii */
|
||||||
|
|
|
@ -38,9 +38,10 @@
|
||||||
line-height: var(--line-height-sm);
|
line-height: var(--line-height-sm);
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
width: 18px;
|
width: var(--sizing-svg-sm);
|
||||||
height: 18px;
|
height: var(--sizing-svg-sm);
|
||||||
margin-right: var(--sizing-xs);
|
margin-right: var(--sizing-xs);
|
||||||
|
stroke: var(--favorite);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue