]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/html/static/themes/dark.css
Rollup merge of #74361 - GuillaumeGomez:theme-logo, r=Manishearth
[rust.git] / src / librustdoc / html / static / themes / dark.css
index dc15220aa0690b6572c3f724a0247ca1e733b209..ebc8476f3b1434d2c63e0e715c13a8cf27a334b8 100644 (file)
@@ -3,13 +3,15 @@ body {
        color: #ddd;
 }
 
-h1, h2, h3:not(.impl):not(.method):not(.type):not(.tymethod), h4:not(.method):not(.type):not(.tymethod) {
+h1, h2, h3:not(.impl):not(.method):not(.type):not(.tymethod),
+h4:not(.method):not(.type):not(.tymethod) {
        color: #ddd;
 }
 h1.fqn {
        border-bottom-color: #d2d2d2;
 }
-h2, h3:not(.impl):not(.method):not(.type):not(.tymethod), h4:not(.method):not(.type):not(.tymethod) {
+h2, h3:not(.impl):not(.method):not(.type):not(.tymethod),
+h4:not(.method):not(.type):not(.tymethod) {
        border-bottom-color: #d2d2d2;
 }
 
@@ -32,6 +34,10 @@ pre {
        background-color: #505050;
 }
 
+.logo-container > img {
+       filter: drop-shadow(0 0 5px #fff);
+}
+
 /* Improve the scrollbar display on firefox */
 * {
        scrollbar-color: rgb(64, 65, 67) #717171;