Skip to content

Commit f0824ee

Browse files
feat(docs): add FCC icon
1 parent 7c8d0b0 commit f0824ee

3 files changed

Lines changed: 102 additions & 0 deletions

File tree

src/css/custom.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ div[class^="searchBar_"] div[class*="hitFooter"] a:hover {
345345
.menu__link[href*="/network/overview"]::before,
346346
.menu__link[href*="/run-node"]::before,
347347
.menu__link[href*="/ftso/overview"]::before,
348+
.menu__link[href*="/fcc/overview"]::before,
348349
.menu__link[href*="/fdc/overview"]::before,
349350
.menu__link[href*="/fassets/overview"]::before,
350351
.menu__link[href*="/fxrp/overview"]::before,
@@ -391,6 +392,17 @@ div[class^="searchBar_"] div[class*="hitFooter"] a:hover {
391392
background-image: url("/img/ui/ftso.dark.svg");
392393
}
393394

395+
.menu__link[href*="/fcc/overview"]::before {
396+
width: 26px;
397+
height: 26px;
398+
background-size: 26px 26px;
399+
background-image: url("/img/ui/fcc.light.svg");
400+
}
401+
402+
[data-theme="dark"] .menu__link[href*="/fcc/overview"]::before {
403+
background-image: url("/img/ui/fcc.dark.svg");
404+
}
405+
394406
.menu__link[href*="/fdc/overview"]::before {
395407
width: 26px;
396408
height: 26px;

static/img/ui/fcc.dark.svg

Lines changed: 45 additions & 0 deletions
Loading

static/img/ui/fcc.light.svg

Lines changed: 45 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)