Merge branch 'main' of git@github.com:cdransf/coryd.dev.git
This commit is contained in:
commit
bcbdfc72f8
5 changed files with 10 additions and 10 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "15.0.4",
|
||||
"version": "15.0.5",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "coryd.dev",
|
||||
"version": "15.0.4",
|
||||
"version": "15.0.5",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@cdransf/api-text": "^1.2.2",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "15.0.4",
|
||||
"version": "15.0.5",
|
||||
"description": "The source for my personal site. Built using 11ty.",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
@ -322,7 +322,7 @@ nav .active svg {
|
|||
.brand-npm svg { stroke: var(--brand-npm) !important; }
|
||||
.brand-mastodon svg { stroke: var(--brand-mastodon) !important; }
|
||||
.brain svg { stroke: var(--brand-listenbrainz) !important; }
|
||||
.device-tv svg { stroke: var(--brand-trakt) !important; }
|
||||
.device-tv svg { stroke: var(--brand-tv) !important; }
|
||||
.news svg { stroke: var(--brand-instapaper) !important; }
|
||||
.books svg { stroke: var(--brand-books) !important; }
|
||||
.coffee svg { stroke: var(--brand-buy-me-a-coffee) !important; }
|
||||
|
|
|
@ -87,7 +87,7 @@ theme-toggle {
|
|||
justify-content: center;
|
||||
align-items: center;
|
||||
gap: 0;
|
||||
z-index: 1;
|
||||
z-index: 3;
|
||||
|
||||
& > li {
|
||||
display: flex;
|
||||
|
|
|
@ -48,14 +48,14 @@
|
|||
--brand-npm: #cc3534;
|
||||
--brand-mastodon: #6364ff;
|
||||
--brand-listenbrainz: #e97941;
|
||||
--brand-trakt: #ed1c24;
|
||||
--brand-tv: #d63031;
|
||||
--brand-instapaper: var(--text-color);
|
||||
--brand-books: #12c28e;
|
||||
--brand-books: #10b582;
|
||||
--brand-buy-me-a-coffee: #40dca5;
|
||||
--brand-rss: #f26522;
|
||||
--webrings: #ec8fd0;
|
||||
--moon: #655ad2;
|
||||
--sun: #ffa700;
|
||||
--webrings: #e68abb;
|
||||
--moon: #5a4ac4;
|
||||
--sun: #ffb200;
|
||||
|
||||
/* fonts */
|
||||
--font-mono: MonoLisa, Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, ui-monospace, monospace;
|
||||
|
|
Reference in a new issue