Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to access the page style in JS

// if you want to access the style of all the page i suggest doing this:

const GetPageStyle= ()=>{
  return document.querySelector(":root").style;
}
 
PREVIOUS NEXT
Tagged: #access #page #style #JS
ADD COMMENT
Topic
Name
8+2 =