Use a more suitable color for copy buttons

This is a change that I meant to include in aa628cc63c, but forgot to commit.
This commit is contained in:
Robin Townsend
2023-08-30 14:52:53 -04:00
parent 8a94220d74
commit 6f4834e168

View File

@@ -193,7 +193,7 @@ limitations under the License.
} }
.iconCopyButton svg * { .iconCopyButton svg * {
fill: var(--cpd-color-icon-accent-tertiary); fill: var(--cpd-color-icon-secondary);
} }
.iconCopyButton:hover svg * { .iconCopyButton:hover svg * {