更多操作
Label Text
<a href="#">Header Text</a>
Some paragraph text.
.tips {
display: flex; align-items: center; padding: 10px 15px; margin-top: 0.6rem; margin-bottom: 0.8rem; background: var( --color-surface-2 ); border-radius: var( --border-radius--medium ); color: var( --color-base--subtle ); font-size: 0.875rem; line-height: 1.4; }
.tips-icon img { height: auto; opacity: var( --opacity-icon-base ); }
/* Dark theme */ html.skin-citizen-dark .tips-icon img { filter: invert( 1 ); }