Files
nl-blogs/examples/custom-template-demo/skin.css
2026-08-24 13:06:04 +08:00

22 lines
519 B
CSS
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/* 示例皮肤仅作用于本模板容器data-template 隔离) */
[data-template="minimal-demo"] .demo-page {
font-family: 'Inter', 'Noto Sans SC', sans-serif;
color: #1f1f1f;
}
[data-template="minimal-demo"] .demo-page a {
color: #b8860b;
}
[data-template="minimal-demo"] .custom-list-item {
background: #ffffff;
border: 1px solid #eee5d8;
border-radius: 10px;
margin-bottom: 10px;
padding: 1rem 1.2rem;
}
[data-template="minimal-demo"] .custom-list-item:hover {
border-color: #b8860b;
}