Skip to content

Commit aaf63ae

Browse files
committed
doc: fix the white-on-black logo style
As of [1], `.rust-logo` is applied only on the default logo. [1]: rust-lang/rust@246de45
1 parent 4fae63b commit aaf63ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/r3/src/common.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
}
1313

1414
/* #![doc(html_logo_url = ...)] */
15-
body.theme-dark .logo-container.rust-logo > img[src$="logo-small.svg"] {
15+
body.theme-dark .logo-container > img[src$="logo-small.svg"] {
1616
filter: brightness(0) invert(1) brightness(0.9);
1717
}
18-
body.theme-ayu .logo-container.rust-logo > img[src$="logo-small.svg"] {
18+
body.theme-ayu .logo-container > img[src$="logo-small.svg"] {
1919
filter: brightness(0) invert(1) brightness(0.85);
2020
}
2121

0 commit comments

Comments
 (0)