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.
1 parent ca74574 commit db8bd51Copy full SHA for db8bd51
client/images/p5js-logo-small.svg
client/styles/components/_nav.scss
@@ -162,18 +162,22 @@
162
position: absolute;
163
}
164
165
-.svg__logo g > path {
166
- @include themify() {
167
- fill: getThemifyVariable('logo-color');
168
- }
169
-}
170
-.svg__logo g g:first-of-type path {
171
- fill: none;
172
173
174
-.svg__logo g g:first-of-type use {
175
176
- fill: getThemifyVariable('logo-background-color');
+.svg__logo g {
+ > path {
+ &:first-child {
+ @include themify() {
+ // Set background color of the logo
+ fill: getThemifyVariable('logo-color');
+ }
+
+ &:nth-child(2) {
177
+ // Set internal color of the logo;
178
+ fill: getThemifyVariable('logo-background-color');
179
180
181
182
183
0 commit comments