/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*
ul  { 
  
  list-style-image: url("https://www.collaboard.app/hubfs/raw_assets/public/collaboard-website-theme/images/tick.svg")
}

li { 
  
  list-style-image: url("https://www.collaboard.app/hubfs/raw_assets/public/collaboard-website-theme/images/tick.svg")
}
*/