Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
alxnddr authored and github-actions[bot] committed Oct 9, 2023
1 parent 02f4fcb commit 7180e9b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
6 changes: 2 additions & 4 deletions dev/App.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,10 @@
}

.navItem:hover {
background-color: #007BFF;
color: #FFFFFF;
background-color: #007bff;
color: #ffffff;
}

.navItemActive {
background-color: #c8e3ff;
}


1 change: 0 additions & 1 deletion dev/MonacoPlayground.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@
gap: 1rem;
padding: 1rem 2rem;
}

1 change: 0 additions & 1 deletion dev/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,3 @@ select option:hover,
select option:active {
background-color: #f0f0f0;
}

0 comments on commit 7180e9b

Please sign in to comment.