1 parent 8695cf2 commit eb66291Copy full SHA for eb66291
1 file changed
book/theme/custom.css
@@ -394,6 +394,9 @@ blockquote p {
394
.license-notice .logo-img {
395
max-width: 280px;
396
height: auto;
397
+ /* Sharper rendering for logo images */
398
+ image-rendering: -webkit-optimize-contrast;
399
+ image-rendering: crisp-edges;
400
}
401
402
/* Default: show light mode logo (for Rust theme - light background) */
0 commit comments