Skip to content

Commit e64680e

Browse files
authored
Merge branch 'develop' into fix/file-new
2 parents 3850b69 + 5d39d49 commit e64680e

File tree

3 files changed

+17
-23
lines changed

3 files changed

+17
-23
lines changed

client/images/p5js-logo-small.svg

Lines changed: 2 additions & 17 deletions
Loading

client/styles/components/_nav.scss

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -162,21 +162,26 @@
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;

client/styles/components/_toolbar.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,12 @@
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;

0 commit comments

Comments
 (0)