1234567891011121314151617181920212223 |
- .figure img {
- border-radius: 0.25rem;
- box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
- }
- .figure .caption {
- color: #6C6C6C;
- font-style: italic;
- margin-top: 0.5rem;
- }
- pre .c,
- pre .c1,
- pre .sd {
- color: #BBBBDD;
- font-style: italic;
- }
- .sponsor {
- font-size: 0.9em;
- line-height: 1.2em;
- max-width: 275px;
- }
|