Merge pull request #1369 from robintown/copy-icon-color

Use a more suitable color for copy buttons
This commit is contained in:
Robin
2023-08-31 07:55:35 -04:00
committed by GitHub

View File

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