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 4bdc231 commit 0e89b3dCopy full SHA for 0e89b3d
1 file changed
docs/.vitepress/components/OutputTabs.vue
@@ -194,4 +194,29 @@ const slots = useSlots()
194
padding: 0.1em 0.3em;
195
border-radius: 3px;
196
}
197
+
198
+.tab-content.result :deep(.note) {
199
+ background: var(--vp-c-tip-soft);
200
+ border-left: 3px solid var(--vp-c-tip-1);
201
+ padding: 0.5rem 1rem;
202
+ border-radius: 0 4px 4px 0;
203
+}
204
205
+.tab-content.result :deep(.external)::after {
206
+ content: ' ↗';
207
+ font-size: 0.8em;
208
209
210
+.tab-content.result :deep(.button) {
211
+ display: inline-block;
212
+ padding: 0.4em 0.8em;
213
+ background: var(--vp-c-brand-1);
214
+ color: white !important;
215
+ border-radius: 4px;
216
+ text-decoration: none;
217
218
219
+.tab-content.result :deep(.button):hover {
220
+ background: var(--vp-c-brand-2);
221
222
</style>
0 commit comments