Skip to content

Commit d08bb40

Browse files
authored
Remove drop-shadow
1 parent ef6c026 commit d08bb40

File tree

1 file changed

+0
-5
lines changed
  • src/librustdoc/html/static/themes

1 file changed

+0
-5
lines changed

src/librustdoc/html/static/themes/ayu.css

-5
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,6 @@ pre {
7070
scrollbar-color: #5c6773 transparent;
7171
}
7272

73-
.logo-container > img {
74-
/* Make dark logos better visible in supported browsers */
75-
filter: drop-shadow(0 0 30px rgba(255,255,255,0.7));
76-
}
77-
7873
/* Improve the scrollbar display on webkit-based browsers */
7974
::-webkit-scrollbar-track {
8075
background-color: transparent;

0 commit comments

Comments
 (0)