chore(base/index.css): additional offset distance for link text underlines

This commit is contained in:
Cory Dransfeldt 2025-03-30 11:15:06 -07:00
parent 0b5240ce2c
commit dc2a909b6f
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": "1.1.6", "version": "1.1.7",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "coryd.dev", "name": "coryd.dev",
"version": "1.1.6", "version": "1.1.7",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"minisearch": "^7.1.2", "minisearch": "^7.1.2",

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "1.1.6", "version": "1.1.7",
"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",
"engines": { "engines": {

View file

@ -93,7 +93,7 @@
--line-height-base: 2; --line-height-base: 2;
--underline-offset-default: 3px; --underline-offset-default: 3px;
--underline-offset-hover: 4px; --underline-offset-hover: 5px;
/* sizing */ /* sizing */
--sizing-xs: 0.25rem; --sizing-xs: 0.25rem;