mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-06 22:39:53 +08:00
7 lines
126 B
CSS
7 lines
126 B
CSS
div.mark-rect {
|
|
background: transparent;
|
|
border: 5px solid #5768c4;
|
|
border-radius: 2px;
|
|
position: absolute;
|
|
}
|