Skip to content

Variables

Jorge Fco edited this page Mar 15, 2018 · 3 revisions

Variables

Init root

:root{

}

Add vars in root

:root{
  --body: #ffffff;
  --primary: #4100f5;
  --secundary: #ffcdd2;
  --text: #222222;
  --text-light: #555555;
  --text-black: #000000;
  --accent: #f8f8f8;
  --divider: #dddddd;
}
Clone this wiki locally