We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5db905e + 1b81f72 commit 5d39d49Copy full SHA for 5d39d49
client/images/p5js-logo-small.svg
client/styles/components/_nav.scss
@@ -162,21 +162,26 @@
162
position: absolute;
163
}
164
165
-.svg__logo g > path {
+
166
+.svg__logo {
167
168
@include themify() {
- fill: getThemifyVariable('logo-color');
169
+ // Set background color of the logo
170
+ background-color: getThemifyVariable('logo-color');
171
-}
-.svg__logo g g:first-of-type path {
- fill: none;
172
173
174
-.svg__logo g g:first-of-type use {
175
+.svg__logo g path{
176
177
178
+ // Set internal color of the logo;
179
fill: getThemifyVariable('logo-background-color');
180
181
182
183
184
185
.nav__keyboard-shortcut {
186
font-size: #{12 / $base-font-size}rem;
187
font-family: Inconsololata, monospace;
0 commit comments