File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,8 @@ $header-font: 'Alfa Slab One', serif;
5757 --theme-popup-bg : #141617 ;
5858 --theme-hover : #474c51 ;
5959 --theme-choice-color : #d5cbc6 ;
60+ --rust-logo-filter : drop-shadow (1px 0 0px #fff ) drop-shadow (0 1px 0 #fff ) drop-shadow (-1px 0 0 #fff ) drop-shadow (0 -1px 0 #fff );
61+ --rust-logo-filter : initial ;
6062}
6163
6264html {
7981 display : flex ;
8082 flex-direction : column ;
8183 & > #main-content {
82- flex : 1 ;
84+ flex : 1 ;
8385 }
8486}
8587
@@ -192,7 +194,7 @@ div.brand {
192194}
193195
194196.white {
195- color : var (--white-elem-color );
197+ color : var (--white-elem-color );
196198 .highlight {
197199 background-color : var (--yellow );
198200 }
@@ -418,3 +420,7 @@ header h1 {
418420li .theme-item :hover {
419421 background-color : var (--theme-hover );
420422}
423+
424+ .rust-logo {
425+ filter : var (--rust-logo-filter );
426+ }
Original file line number Diff line number Diff line change 11<nav class =" flex flex-row justify-center justify-end-l items-center flex-wrap ph2 pl3-ns pr4-ns" >
22 <div class =" brand flex-auto w-100 w-auto-l self-start tc tl-l" >
33 <a href =" {{ root }}{{ blog.prefix }} " >
4- <img class =" v-mid ml0-l" alt =" Rust Logo" src =" {{ root }} images/rust-logo-blk.svg" >
4+ <img class =" v-mid ml0-l rust-logo " alt =" Rust Logo" src =" {{ root }} images/rust-logo-blk.svg" >
55 <span class =" dib ml1 ml0-l" >{{ blog.title }} </span >
66 </a >
77 </div >
You can’t perform that action at this time.
0 commit comments