Skip to content

Commit

Permalink
Update app toolbar color (spacetelescope#2881)
Browse files Browse the repository at this point in the history
  • Loading branch information
rosteen authored May 21, 2024
1 parent b89784c commit 5860808
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jdaviz/main_styles.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
export default {
created() {
this.$vuetify.theme.themes.light = {
toolbar: "#153A4B",
toolbar: "#003B4D",
primary: "#00617E",
secondary: "#007DA4",
accent: "#C75109",
Expand Down Expand Up @@ -122,7 +122,7 @@ div.output_wrapper {
}
.lm_close {
/* hide the close button on the right (which allows closing an entire group of tabs)
/* hide the close button on the right (which allows closing an entire group of tabs)
so that we can control the ability to close tabs at the per-viewer level */
display: none !important;
}
Expand Down

0 comments on commit 5860808

Please sign in to comment.