Skip to content

Commit

Permalink
Merge branch 'develop' into fix/file-new
Browse files Browse the repository at this point in the history
  • Loading branch information
raclim authored Nov 13, 2023
2 parents 3850b69 + 5d39d49 commit e64680e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 23 deletions.
19 changes: 2 additions & 17 deletions client/images/p5js-logo-small.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 11 additions & 6 deletions client/styles/components/_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -162,21 +162,26 @@
position: absolute;
}
}
.svg__logo g > path {

.svg__logo {

@include themify() {
fill: getThemifyVariable('logo-color');
// Set background color of the logo
background-color: getThemifyVariable('logo-color');
}
}
.svg__logo g g:first-of-type path {
fill: none;

}

.svg__logo g g:first-of-type use {
.svg__logo g path{

@include themify() {
// Set internal color of the logo;
fill: getThemifyVariable('logo-background-color');
}

}


.nav__keyboard-shortcut {
font-size: #{12 / $base-font-size}rem;
font-family: Inconsololata, monospace;
Expand Down
4 changes: 4 additions & 0 deletions client/styles/components/_toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,12 @@
}

.toolbar__autorefresh-label {
cursor: pointer;
@include themify() {
color: getThemifyVariable('secondary-text-color');
&:hover {
color: getThemifyVariable('logo-color');
}
}
margin-left: #{5 / $base-font-size}rem;
font-size: #{12 / $base-font-size}rem;
Expand Down

0 comments on commit e64680e

Please sign in to comment.