Skip to content

Commit

Permalink
Fix studio nav links
Browse files Browse the repository at this point in the history
  • Loading branch information
rgantzos committed Jul 20, 2023
1 parent 68f3ffe commit e4ac604
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions features/original-colors/scratch-www.css
Original file line number Diff line number Diff line change
Expand Up @@ -465,4 +465,8 @@ button.button.see-inside-button {

.creator-badge {
background-color: var(--ste-blue) !important;
}

.studio-tab-nav a.active.nav_link:hover>li {
background-color: #488ce4;
}

0 comments on commit e4ac604

Please sign in to comment.