Skip to content

Commit 2e00b87

Browse files
authored
CED-127 update button coloring (#26031)
1 parent b8803da commit 2e00b87

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
:root[data-theme="dark"] {
2+
button#scroll-to-top-button {
3+
background-color: var(--color-cl1-brand-orange);
4+
border: 1px solid var(--color-cl1-brand-orange);
5+
}
6+
button#scroll-to-top-button:hover {
7+
background-color: var(--sl-color-accent-low);
8+
border: 1px solid var(--sl-color-accent-low);
9+
color: var(--color-cl1-brand-orange);
10+
}
11+
}

0 commit comments

Comments
 (0)