src/pages/event.module.css [1:12]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
.top{
    height: 140px;
    line-height: 140px;
    text-align: center;
    font-size: 1.75rem;
    color: var(--ifm-color-primary);
    font-weight: bold;
}

.content{
    background-color: #F2F4F7;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/pages/news.module.css [1:12]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
.top{
    height: 140px;
    line-height: 140px;
    text-align: center;
    font-size: 1.75rem;
    color: var(--ifm-color-primary);
    font-weight: bold;
}

.content{
    background-color: #F2F4F7;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



