1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-01-17 14:18:17 +01:00

Add roadmap content hover

This commit is contained in:
Kamran Ahmed 2022-09-01 19:56:50 +04:00
parent 47bb46b864
commit 8253704c9f
3 changed files with 6729 additions and 3866 deletions

View File

@ -41,6 +41,8 @@ const GlobalStyles = css`
&:hover > [fill="rgb(255,229,153)"] { fill: #f3c950; }
&:hover > [fill="rgb(153,153,153)"] { fill: #646464; }
&:hover > [fill="rgb(255,255,255)"] { fill: #d7d7d7; }
&:hover > [fill="rgb(255,255,221)"] { fill: #e5e5be; }
&:hover > [fill="rgb(255,217,102)"] { fill: #d9b443; }
}
svg .done {

File diff suppressed because it is too large Load Diff

View File

@ -48,6 +48,7 @@ const roadmaps: Record<string, RoadmapType> = {
blockchain: require('../public/project/blockchain.json'),
javascript: require('../public/project/javascript.json'),
nodejs: require('../public/project/nodejs.json'),
qa: require('../public/project/qa.json'),
};
if (!roadmapKey || !roadmaps[roadmapKey]) {