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
258 B

  1. .tooltipster-punk {
  2. border-radius: 5px;
  3. border-bottom: 3px solid #f71169;
  4. background: #2a2a2a;
  5. color: #fff;
  6. }
  7. .tooltipster-punk .tooltipster-content {
  8. font-family: 'Courier', monospace;
  9. font-size: 14px;
  10. line-height: 16px;
  11. padding: 8px 10px;
  12. }