模板:Mainpage/style.css:修订间差异

来自临东市服务器Wiki
无编辑摘要
无编辑摘要
第16行: 第16行:
font-size: 3rem;
font-size: 3rem;
font-weight: bold;
font-weight: bold;
margin-bottom: -8px;
margin-bottom: -6px;
}
}



2023年9月27日 (三) 00:47的版本

.mp-header {
	border-radius: 20px;
}

.mp-header-title__subtitle {
    color: var(--color-base--subtle);
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: var(--space-xs);
}

.mp-header-title__slogan {
	background: linear-gradient(45deg, #148a86, #f0ab10 45%);
	text-align: left;
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: -6px;
}

.mp-header-title__desc {
	text-align: left;
	font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    color: var(--color-base--emphasized);
}