/*
Theme Name: SkyExchange
Author: Anup Kumar
version: 1.0
Description: A simple and elegant WordPress theme for online betting lovers.
Screenshot: screenshot.png
*/
article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  padding-top: 2rem;
  font-size: 1.5rem;
  color: rgb(250 204 21); /* yellow-400 */
}

article p,
article ul
{
  color: rgb(156 163 175); /* gray-400 */
}

article ul {
  list-style: disc;
  padding-left: 1.25rem;
   list-style-position: inside;
}
article ul li::marker {
  color: rgb(250 204 21);
}
article a {
  color: rgb(250 204 21);
  text-decoration: underline;
}