Frontend elements to SugoiMusic, including CSS and public/private headers.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

12 lines
247 B

  1. .tooltipster-noir {
  2. border-radius: 0px;
  3. border: 3px solid #2c2c2c;
  4. background: #fff;
  5. color: #2c2c2c;
  6. }
  7. .tooltipster-noir .tooltipster-content {
  8. font-family: 'Georgia', serif;
  9. font-size: 14px;
  10. line-height: 16px;
  11. padding: 8px 10px;
  12. }