Minor color tweak in dark mode

This commit is contained in:
Jonatan Heyman 2024-08-04 17:53:31 +02:00
parent 45fd167f6d
commit 41da9344b6
3 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -259,5 +259,6 @@
+dark-mode
background: #444
border: none
color: rgba(255,255,255, 0.75)
</style>

View File

@ -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