]> git.lizzy.rs Git - rust.git/commitdiff
Fix invalid background color
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Wed, 23 Jan 2019 11:05:00 +0000 (12:05 +0100)
committerGuillaume Gomez <guillaume1.gomez@gmail.com>
Wed, 23 Jan 2019 11:05:00 +0000 (12:05 +0100)
src/librustdoc/html/static/themes/dark.css
src/librustdoc/html/static/themes/light.css

index 2cd1a8580890c44320934c700e905799097790a4..61392f1ce0f312d976b45d30cfc39767eb92b1a5 100644 (file)
@@ -419,10 +419,6 @@ kbd {
        color: #ccc;
 }
 
-.impl-items code {
-       background-color: rgba(0, 0, 0, 0);
-}
-
 #sidebar-toggle {
        background-color: #565656;
 }
index 4cf35f64d19a4463cb4d1cc071baf19fffd6d79f..de6d847a30c77175e0553d04718c7f1c1e6b1c46 100644 (file)
@@ -414,10 +414,6 @@ kbd {
        color: #999;
 }
 
-.impl-items code {
-       background-color: rgba(0, 0, 0, 0);
-}
-
 #sidebar-toggle {
        background-color: #F1F1F1;
 }