chore: dedicated post nav
This commit is contained in:
parent
d9624ece0d
commit
753ceb8be4
5 changed files with 20 additions and 17 deletions
|
@ -338,9 +338,10 @@ nav .active svg {
|
|||
.headphones svg { stroke: var(--brand-music) !important; }
|
||||
.device-tv svg { stroke: var(--brand-tv) !important; }
|
||||
.books svg { stroke: var(--brand-books) !important; }
|
||||
.link svg { stroke: var(--brand-links) !important; }
|
||||
.info-square svg { stroke: var(--brand-about) !important }
|
||||
.search svg { stroke: var(--brand-search) !important }
|
||||
.article svg { stroke: var(--posts) !important }
|
||||
.link svg { stroke: var(--links) !important; }
|
||||
.info-square svg { stroke: var(--about) !important }
|
||||
.search svg { stroke: var(--search) !important }
|
||||
.news svg { stroke: var(--brand-instapaper) !important; }
|
||||
.coffee svg { stroke: var(--brand-buy-me-a-coffee) !important; }
|
||||
.heart-handshake svg { stroke: var(--webrings) !important; }
|
||||
|
|
|
@ -51,12 +51,13 @@
|
|||
--brand-music: #1e90ff;
|
||||
--brand-tv: #ff4500;
|
||||
--brand-books: #32cd32;
|
||||
--brand-links: #9370db;
|
||||
--brand-about: #ff6347;
|
||||
--brand-search: #4682b4;
|
||||
--brand-instapaper: var(--text-color);
|
||||
--brand-buy-me-a-coffee: #40dca5;
|
||||
--brand-rss: #f26522;
|
||||
--posts: #008080;
|
||||
--links: #9370db;
|
||||
--about: #ff6347;
|
||||
--search: #4682b4;
|
||||
--webrings: #da70d6;
|
||||
--moon: #6a5acd;
|
||||
--sun: #ffa500;
|
||||
|
|
Reference in a new issue