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;
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 );
61
+ --rust-logo-filter : initial ;
60
62
}
61
63
62
64
html {
79
81
display : flex ;
80
82
flex-direction : column ;
81
83
& > #main-content {
82
- flex : 1 ;
84
+ flex : 1 ;
83
85
}
84
86
}
85
87
@@ -192,7 +194,7 @@ div.brand {
192
194
}
193
195
194
196
.white {
195
- color : var (--white-elem-color );
197
+ color : var (--white-elem-color );
196
198
.highlight {
197
199
background-color : var (--yellow );
198
200
}
@@ -418,3 +420,7 @@ header h1 {
418
420
li .theme-item :hover {
419
421
background-color : var (--theme-hover );
420
422
}
423
+
424
+ .rust-logo {
425
+ filter : var (--rust-logo-filter );
426
+ }
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