We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36223e7 commit a8a3eceCopy full SHA for a8a3ece
templates/style.scss
@@ -72,6 +72,22 @@ body {
72
}
73
74
75
+// this is a super nasty override for help dialog in rustdocs
76
+// see #52 for details
77
+body.blur > :not(#help) {
78
+ filter: none;
79
+ -webkit-filter: none;
80
+}
81
+
82
+body.blur > div.nav-container > *,
83
+body.blur > div.cratesfyi-package-container > *,
84
+body.blur > div.rustdoc > :not(#help) {
85
+ filter: blur(8px);
86
+ -webkit-filter: blur(8px);
87
+ opacity: .7;
88
89
90
91
// rustdocs have 200px sidebar and
92
// max-width 960px main pane
93
// BUT I really want to make the website centered
0 commit comments