feat: cms integration
This commit is contained in:
parent
ff77bdaf36
commit
d23243b177
1050 changed files with 1032 additions and 27229 deletions
|
@ -335,10 +335,10 @@ 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; }
|
||||
.headphones svg { stroke: var(--brand-music) !important; }
|
||||
.device-tv svg { stroke: var(--brand-tv) !important; }
|
||||
.books svg { stroke: var(--brand-books) !important; }
|
||||
.article svg { stroke: var(--posts) !important }
|
||||
.headphones svg { stroke: var(--music) !important; }
|
||||
.device-tv svg { stroke: var(--tv) !important; }
|
||||
.books svg { stroke: var(--books) !important; }
|
||||
.link svg { stroke: var(--links) !important; }
|
||||
.info-square svg { stroke: var(--about) !important }
|
||||
.search svg { stroke: var(--search) !important }
|
||||
|
|
|
@ -48,13 +48,13 @@
|
|||
--brand-npm: #cc3534;
|
||||
--brand-mastodon: #6364ff;
|
||||
--brand-listenbrainz: #e97941;
|
||||
--brand-music: #1e90ff;
|
||||
--brand-tv: #ff4500;
|
||||
--brand-books: #32cd32;
|
||||
--brand-instapaper: var(--text-color);
|
||||
--brand-buy-me-a-coffee: #40dca5;
|
||||
--brand-rss: #f26522;
|
||||
--posts: #008080;
|
||||
--music: #1e90ff;
|
||||
--tv: #ff4500;
|
||||
--books: #32cd32;
|
||||
--links: #9370db;
|
||||
--about: #ff6347;
|
||||
--search: #4682b4;
|
||||
|
|
Reference in a new issue