We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8803da commit 2e00b87Copy full SHA for 2e00b87
src/styles/scroll-to-top-button.css
@@ -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