style/note icon: tweak dark mode colors

This commit is contained in:
Adorian Doran 2025-12-19 01:39:36 +02:00
parent 5123f7b678
commit 3f7514c9c7

View File

@ -199,9 +199,9 @@
--badge-background-color: #ffffff1a; --badge-background-color: #ffffff1a;
--badge-text-color: var(--muted-text-color); --badge-text-color: var(--muted-text-color);
--note-icon-background-color: #a6a6a6; --note-icon-background-color: #444444;
--note-icon-color: black; --note-icon-color: #d4d4d4;
--note-icon-hover-background-color: #d0d0d0; --note-icon-hover-background-color: #555555;
--promoted-attribute-card-background-color: #ffffff21; --promoted-attribute-card-background-color: #ffffff21;
--promoted-attribute-card-shadow: none; --promoted-attribute-card-shadow: none;