chore(vars.css): brighter coral color for search section

This commit is contained in:
Cory Dransfeldt 2025-04-13 19:30:36 -07:00
parent 474a02e4ff
commit 54d30be6cf
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.6.0", "version": "1.6.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "coryd.dev", "name": "coryd.dev",
"version": "1.6.0", "version": "1.6.1",
"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.6.0", "version": "1.6.1",
"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

@ -59,7 +59,7 @@
--music: light-dark(#3d7099, #76b8cc); --music: light-dark(#3d7099, #76b8cc);
--newsletter: light-dark(#37b0b0, #91fffa); --newsletter: light-dark(#37b0b0, #91fffa);
--now: light-dark(#cc1076, #ff82d5); --now: light-dark(#cc1076, #ff82d5);
--search: light-dark(#6b5e3a, #c0b594); --search: light-dark(#ff6b6b, #ffa5a5);
--tattoo: light-dark(#951b1b, #ff7373); --tattoo: light-dark(#951b1b, #ff7373);
--tv: light-dark(#cc3600, #d65f2b); --tv: light-dark(#cc3600, #d65f2b);
--warning: light-dark(#cc6f00, #ffbf66); --warning: light-dark(#cc6f00, #ffbf66);