Skip to content

Commit

Permalink
fixed the settings in the demo page
Browse files Browse the repository at this point in the history
  • Loading branch information
Yair Even Or committed Sep 19, 2020
1 parent 4b0a075 commit bc9271e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@
}

header.isSticky .repoLink{
height: 45px;
right: 100px;
height: 40px;
top: auto;
}

header.isSticky .repoLink svg{ filter: none; }
Expand Down Expand Up @@ -1307,10 +1307,11 @@ <h3>JAVASCRIPT</h3>
else if( units )
value += units

rules = [...document.styleSheets[2].cssRules].find(x => x.selectorText == '.tagify');
rules = [...document.styleSheets[3].cssRules].find(x => x.selectorText == '.tagify');
rules.style.setProperty("--" + name, value)
}
catch(err){
console.log(err)
}
}

Expand Down

0 comments on commit bc9271e

Please sign in to comment.