Skip to content

Commit

Permalink
Minor color tweak in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
heyman committed Aug 4, 2024
1 parent 45fd167 commit 41da934
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/LanguageSelector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
background: #48b57e
color: #fff
+dark-mode
color: rgba(255,255,255, 0.53)
color: rgba(255,255,255, 0.65)
&:hover
background: #29292a
&.selected
Expand Down
1 change: 1 addition & 0 deletions src/components/NewNote.vue
Original file line number Diff line number Diff line change
Expand Up @@ -259,5 +259,6 @@
+dark-mode
background: #444
border: none
color: rgba(255,255,255, 0.75)
</style>
2 changes: 1 addition & 1 deletion src/components/NoteSelector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
&.scratch
font-weight: 600
+dark-mode
color: rgba(255,255,255, 0.53)
color: rgba(255,255,255, 0.65)
&:hover
background: #29292a
&.selected
Expand Down

0 comments on commit 41da934

Please sign in to comment.