UNPKG

vue-markdown-shiki

Version:

A Vue 3 component library that provides integration with Shiki and Markdown-it.

27 lines (22 loc) 430 B
.vp-header { display: flex; justify-content: space-between; align-items: center; padding: 0.7rem 1rem; color: var(--vp-c-mute-light); background-color: var(--vp-header-bg); transition: all 0.5s; } .vp-header .ctrl { display: flex; align-items: center; } .vp-header .copyRef { cursor: pointer; } .vp-header .copyRef:first-child{ margin-right: 1rem; } .vp-header .copyRef span { margin-left: 0.375rem; }