mirror of
https://github.com/marktext/marktext.git
synced 2025-05-03 01:40:13 +08:00
12 lines
174 B
Vue
12 lines
174 B
Vue
<template>
|
|
<div class="pref-separator"></div>
|
|
</template>
|
|
|
|
<style>
|
|
.pref-separator {
|
|
margin: 20px 0 20px 0;
|
|
height: 2px;
|
|
background: var(--editorColor04);
|
|
}
|
|
</style>
|