Prevent #dupe bgcolor from being carried over when copying text

use 'background-image' instead of 'background-color'
to prevent the background-color from being carried over
when copying text to another field in day mode
This commit is contained in:
hikaru-y 2021-07-05 03:19:26 +09:00
parent 6ffa744096
commit 7c5031ab28

View File

@ -19,7 +19,7 @@
background: var(--frame-bg);
&.dupe {
background: var(--flag1-bg);
background-image: linear-gradient(var(--flag1-bg), var(--flag1-bg));
}
}