hugo-theme-next/exampleSite/static/css/custom_style.css
2022-09-10 21:41:33 +08:00

16 lines
204 B
CSS

/** Custom style defined file **/
.mydefined {
font-size: 0.65em;
color: #ed6c24;
}
.custom-footer {
color: #ed6c24;
}
.custom-head5 {
font-size: 1.2em;
color: #ed6c24;
font-weight: bold;
}