index.acss 247 B

1234567891011121314151617
  1. .dark,
  2. .light {
  3. color: #fff;
  4. font-size: 13px;
  5. line-height: 30px;
  6. text-align: center;
  7. margin-bottom: 10px;
  8. background-clip: content-box;
  9. }
  10. .dark {
  11. background-color: #39a9ed;
  12. }
  13. .light {
  14. background-color: #66c6f2;
  15. }