Search
 
SCRIPT & CODE EXAMPLE
 

CSS

how to change the theme of a website using css

.theme-light {   --color-primary: #0060df;   --color-secondary: #fbfbfe;   --color-accent: #fd6f53;   --font-color: #000000;}.theme-dark {   --color-primary: #17ed90;   --color-secondary: #243133;   --color-accent: #12cdea;   --font-color: #ffffff;}
Comment

PREVIOUS NEXT
Code Example
Css :: CSS 9 in width property 
Css :: if css 
Css :: youtube player get current time 
Css :: time display in css 
Css :: carousel inner item populate with for loop puting active class on all carousel item 
Css :: programming languages logo css 
Css :: when else 
Css :: cop pics css 
Css :: css removing title popups 
Css :: remove bullet list css 
Css :: ipad css media query 
Css :: set default scroll position css 
Css :: css box model 
Css :: hard cutoff gradient 
Css :: hover to slightly up div 
Css :: css opposite selector 
Css :: $yellow-300; 
Css :: How to loop a javascript array 
Css :: input type search in css 
Css :: centralize div css 
Css :: How to truncate a multiline text using css 
Typescript :: find total commits in git 
Typescript :: install typescript using npm 
Typescript :: condition style in angular 
Typescript :: ffmpeg batch convert ts to mp4 files in a folder 
Typescript :: challenges in agile 
Typescript :: loop an object properties in ts 
Typescript :: useWindowsize hook in react 
Typescript :: nextjs global prisma 
Typescript :: oclif open link 
ADD CONTENT
Topic
Content
Source link
Name
5+1 =