Skip to content

Commit eb66291

Browse files
committed
Sharpen rendering logo
1 parent 8695cf2 commit eb66291

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

book/theme/custom.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,9 @@ blockquote p {
394394
.license-notice .logo-img {
395395
max-width: 280px;
396396
height: auto;
397+
/* Sharper rendering for logo images */
398+
image-rendering: -webkit-optimize-contrast;
399+
image-rendering: crisp-edges;
397400
}
398401

399402
/* Default: show light mode logo (for Rust theme - light background) */

0 commit comments

Comments
 (0)