]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/html/static/themes/ayu.css
Rollup merge of #74872 - JohnTitor:ping-risc-v, r=Mark-Simulacrum
[rust.git] / src / librustdoc / html / static / themes / ayu.css
index 96ba5c46a3cded556bf73b004fd4425155bd245e..f4710f6ae873aef882d6387c255e0553ca75f5e8 100644 (file)
@@ -62,6 +62,10 @@ pre {
        background-color: #14191f;
 }
 
+.logo-container > img {
+       filter: drop-shadow(0 0 5px #fff);
+}
+
 /* Improve the scrollbar display on firefox */
 * {
        scrollbar-color: #5c6773 transparent;
@@ -193,10 +197,8 @@ pre {
        color: #a37acc;
 }
 
-pre.rust .comment, pre.rust .doccomment {
-       color: #788797;
-       font-style: italic;
-}
+pre.rust .comment { color: #788797; }
+pre.rust .doccomment { color: #a1ac88; }
 
 nav:not(.sidebar) {
        border-bottom-color: #424c57;
@@ -322,7 +324,7 @@ a.test-arrow:hover {
 
 :target > code, :target > .in-band {
        background: rgba(255, 236, 164, 0.06);
-       border-right: 3px solid #ffb44c;
+       border-right: 3px solid rgba(255, 180, 76, 0.85);
 }
 
 pre.compile_fail {