File tree Expand file tree Collapse file tree 3 files changed +17
-23
lines changed Expand file tree Collapse file tree 3 files changed +17
-23
lines changed Original file line number Diff line number Diff line change 162162 position : absolute ;
163163 }
164164}
165- .svg__logo g > path {
165+
166+ .svg__logo {
167+
166168 @include themify () {
167- fill : getThemifyVariable (' logo-color' );
169+ // Set background color of the logo
170+ background-color : getThemifyVariable (' logo-color' );
168171 }
169- }
170- .svg__logo g g :first-of-type path {
171- fill : none ;
172+
172173}
173174
174- .svg__logo g g :first-of-type use {
175+ .svg__logo g path {
176+
175177 @include themify () {
178+ // Set internal color of the logo;
176179 fill : getThemifyVariable (' logo-background-color' );
177180 }
181+
178182}
179183
184+
180185.nav__keyboard-shortcut {
181186 font-size : #{12 / $base-font-size } rem;
182187 font-family : Inconsololata, monospace ;
Original file line number Diff line number Diff line change 125125}
126126
127127.toolbar__autorefresh-label {
128+ cursor : pointer ;
128129 @include themify () {
129130 color : getThemifyVariable (' secondary-text-color' );
131+ & :hover {
132+ color : getThemifyVariable (' logo-color' );
133+ }
130134 }
131135 margin-left : #{5 / $base-font-size } rem;
132136 font-size : #{12 / $base-font-size } rem;
You can’t perform that action at this time.
0 commit comments