You can use the following starting code for your BlackBoard customlti.css


 /* BlackBoard*/

body {

       font-family: "Open Sans",sans-serif; !important;

       color: #333;

}


.buttonContent{


       color: #525252;

   background-color: #DADADA;

   border-color: #ccc;

       border-radius: .0rem;

}


.buttonContent:hover, #fileUploadSpan:hover {

       background-color: #FFF;

       color: #525252;

}


.light-theme a {

       text-decoration: none;

       background: #F2F3F5;

}


.light-theme a:hover {

       text-decoration: none;

       background: #E6EAF0;

}



#fileUploadSpan {

border-radius: .0rem;

}


.light-theme .current {

   background: #E6E6E6;

       border-color:#ccc;        

       color:#262626;

       border-radius: .0rem;

}