Skip to content

Commit

Permalink
fix: ui color and opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
betterRunner committed Sep 9, 2021
1 parent c189c2e commit ce48b8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/content-scripts/renderer/popup/note-book/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default {
min-width: 500px;
height: 100vh;
overflow-y: scroll;
background-color: #646cff80;
background-color: rgba(100, 108, 255, 0.8);
opacity: 1;
border-radius: 10px;
z-index: 9999;
Expand Down
3 changes: 2 additions & 1 deletion src/content-scripts/renderer/popup/note-book/note-list.vue
Original file line number Diff line number Diff line change
Expand Up @@ -194,14 +194,15 @@ export default defineComponent({
flex-direction: column;
align-items: center;
height: 100%;
color: #fff;
.note-list-empty-title {
font-weight: bold;
color: #fff;
}
.note-list-empty-content {
font-size: 16px;
font-weight: 600;
color: #fff;
}
}
</style>

0 comments on commit ce48b8a

Please sign in to comment.