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 9c9ee77 commit e848095Copy full SHA for e848095
website/src/components/Toolbars.vue
@@ -75,6 +75,7 @@ async function onShare() {
75
position: absolute;
76
left: -10%;
77
bottom: 50%;
78
+ color: var(--vp-c-white);
79
background-color: rgba(0, 0, 0, 0.5);
80
padding: 0.25em 0.5em;
81
font-size: 10px;
@@ -84,6 +85,10 @@ async function onShare() {
84
85
transition: 0.2s;
86
border-radius: 5px;
87
}
88
+
89
+ .dark [title]:after {
90
+ color: var(--vp-c-brand-1);
91
+ }
92
93
[title]:hover:after {
94
opacity: 1;
0 commit comments