/* 文件路径：src/main/resources/static/css/black-theme.css */
body {
    background-color: #121212;
    color: #ddd;
}

.main {
    background-color: #121212;
}

.section {
    margin-bottom: 40px;
}

.section-title {
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px;
    padding-left: 10px;
    border-left: 4px solid #e74c3c;
}