You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DjangoBlog/static/css/style.css

16 lines
356 B

/* 南京非遗主题自定义样式 */
:root {
--nj-red: #c62f2f;
--nj-gold: #d4af37;
--nj-brown: #8b4513;
--nj-light-brown: #a0522d;
}
.heritage-badge {
background: linear-gradient(135deg, var(--nj-red), var(--nj-brown));
color: white;
padding: 4px 12px;
border-radius: 20px;
font-size: 12px;
font-weight: bold;
}