chore: update nav
This commit is contained in:
parent
6681879287
commit
3875b2da6a
5 changed files with 3 additions and 6 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "19.5.25",
|
"version": "19.5.26",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "19.5.25",
|
"version": "19.5.26",
|
||||||
"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.5.25",
|
"version": "19.5.26",
|
||||||
"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": {
|
||||||
|
|
|
@ -23,7 +23,6 @@ export default async function () {
|
||||||
{ name: 'npm', url: 'https://www.npmjs.com/~cdransf', icon: 'brand-npm'},
|
{ name: 'npm', url: 'https://www.npmjs.com/~cdransf', icon: 'brand-npm'},
|
||||||
{ name: 'Mastodon', url: 'https://social.lol/@cory', icon: 'brand-mastodon' },
|
{ name: 'Mastodon', url: 'https://social.lol/@cory', icon: 'brand-mastodon' },
|
||||||
{ name: 'ListenBrainz', url: 'https://listenbrainz.org/user/cdransf/', icon: 'brain' },
|
{ name: 'ListenBrainz', url: 'https://listenbrainz.org/user/cdransf/', icon: 'brain' },
|
||||||
{ name: 'Instapaper', url: 'https://www.instapaper.com/p/coryd', icon: 'news' },
|
|
||||||
{ name: 'Coffee', url: 'https://buymeacoffee.com/cory', icon: 'coffee' },
|
{ name: 'Coffee', url: 'https://buymeacoffee.com/cory', icon: 'coffee' },
|
||||||
{ name: 'Webrings', url: '/webrings', icon: 'heart-handshake' },
|
{ name: 'Webrings', url: '/webrings', icon: 'heart-handshake' },
|
||||||
],
|
],
|
||||||
|
|
|
@ -350,7 +350,6 @@ nav .active svg {
|
||||||
.link svg { stroke: var(--links) !important; }
|
.link svg { stroke: var(--links) !important; }
|
||||||
.info-square svg { stroke: var(--about) !important }
|
.info-square svg { stroke: var(--about) !important }
|
||||||
.search svg { stroke: var(--search) !important }
|
.search svg { stroke: var(--search) !important }
|
||||||
.news svg { stroke: var(--brand-instapaper) !important; }
|
|
||||||
.coffee svg { stroke: var(--brand-buy-me-a-coffee) !important; }
|
.coffee svg { stroke: var(--brand-buy-me-a-coffee) !important; }
|
||||||
.heart-handshake svg { stroke: var(--webrings) !important; }
|
.heart-handshake svg { stroke: var(--webrings) !important; }
|
||||||
.rss svg { stroke: var(--brand-rss) !important; }
|
.rss svg { stroke: var(--brand-rss) !important; }
|
||||||
|
|
|
@ -47,7 +47,6 @@
|
||||||
--brand-npm: #cc3534;
|
--brand-npm: #cc3534;
|
||||||
--brand-mastodon: #6364ff;
|
--brand-mastodon: #6364ff;
|
||||||
--brand-listenbrainz: #e97941;
|
--brand-listenbrainz: #e97941;
|
||||||
--brand-instapaper: var(--text-color);
|
|
||||||
--brand-buy-me-a-coffee: #40dca5;
|
--brand-buy-me-a-coffee: #40dca5;
|
||||||
--brand-rss: #f26522;
|
--brand-rss: #f26522;
|
||||||
--posts: #008080;
|
--posts: #008080;
|
||||||
|
|
Reference in a new issue