chore: pulling weeds

This commit is contained in:
Cory Dransfeldt 2024-09-19 16:26:51 -07:00
parent 067ac95a64
commit 6e2694157c
No known key found for this signature in database
24 changed files with 194 additions and 287 deletions

View file

@ -28,12 +28,9 @@
--gray-light: var(--gray-200);
--gray-lighter: var(--gray-100);
--gray-medium: var(--gray-500);
--gray-dark: var(--gray-950);
/* semi-transparent overlay color */
--gray-dark-transparent: #000000b3;
--gray-light-transparent: #d9dee499;
/* base theme */
--color-lightest: var(--gray-50);
--color-darkest: var(--gray-1000);
@ -52,6 +49,7 @@
--brand-buy-me-a-coffee: #40dca5;
--brand-rss: #f26522;
--article: #008080;
--about: #ff6347;
--books: #32cd32;
--collected: #b5651d;
@ -64,7 +62,6 @@
--music: #1e90ff;
--newsletter: #40e0d0;
--now: #ff1493;
--posts: #008080;
--search: #4682b4;
--sun: #ffa500;
--tattoo: #b22222;
@ -72,9 +69,6 @@
--warning: #ff8c00;
--webrings: #da70d6;
/* outline */
--outline-default: 2px dashed var(--accent-color);
/* borders */
--border-default: 1px solid var(--accent-color);
--border-gray: 1px solid var(--gray-light);