custom.css 316 B

1234567891011121314151617181920212223
  1. .figure img {
  2. border-radius: 0.25rem;
  3. box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
  4. }
  5. .figure .caption {
  6. color: #6C6C6C;
  7. font-style: italic;
  8. margin-top: 0.5rem;
  9. }
  10. pre .c,
  11. pre .c1,
  12. pre .sd {
  13. color: #BBBBDD;
  14. font-style: italic;
  15. }
  16. .sponsor {
  17. font-size: 0.9em;
  18. line-height: 1.2em;
  19. max-width: 275px;
  20. }