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 836d958 commit 7fcb660Copy full SHA for 7fcb660
assets/theme-css/backtotop.css
@@ -27,7 +27,9 @@
27
display: block;
28
width: 46px;
29
height: 46px;
30
- background-color: #66676b;
+ background-color: var(
31
+ --pst-color-link
32
+ ); /* may want something like #35293 --pst-semantic-teal-dark ?*/
33
opacity: 1;
34
transition: all 0.3s;
35
border-radius: 50%;
@@ -36,7 +38,7 @@
36
38
}
37
39
body #backtotop a {
40
outline: none;
- color: #fff;
41
+ color: var(--colorSecondary);
42
43
#backtotop a:after {
44
@@ -48,5 +50,5 @@ body #backtotop a {
48
50
transform: translateY(-55%);
49
51
52
#backtotop.visible #backtotop-color:hover {
- background: var(--colorYellow);
53
+ background: var(--pst-color-link-hover);
54
0 commit comments