File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ $header-font: 'Alfa Slab One', serif;
57
57
--theme-popup-bg : #141617 ;
58
58
--theme-hover : #474c51 ;
59
59
--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 );
60
61
}
61
62
62
63
html {
79
80
display : flex ;
80
81
flex-direction : column ;
81
82
& > #main-content {
82
- flex : 1 ;
83
+ flex : 1 ;
83
84
}
84
85
}
85
86
@@ -418,3 +419,7 @@ header h1 {
418
419
li .theme-item :hover {
419
420
background-color : var (--theme-hover );
420
421
}
422
+
423
+ .rust-logo {
424
+ filter : var (--rust-logo-filter );
425
+ }
Original file line number Diff line number Diff line change 1
1
<nav class =" flex flex-row justify-center justify-end-l items-center flex-wrap ph2 pl3-ns pr4-ns" >
2
2
<div class =" brand flex-auto w-100 w-auto-l self-start tc tl-l" >
3
3
<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" >
5
5
<span class =" dib ml1 ml0-l" >{{ blog.title }} </span >
6
6
</a >
7
7
</div >
You can’t perform that action at this time.
0 commit comments