23 lines
399 B
SCSS

.original-english {
border-top: 1px dashed $regal;
&.hidden {
display: none !important;
}
}
td, th {
> p:last-child {
margin-bottom: 0;
}
}
.about-cn-translation {
font-size: 16px;
h2 {
border-bottom: 1px solid $silver;
}
}
body,.main-nav .main-nav-button {
font-family:"Microsoft YaHei",,"Microsoft JhengHei",,STHeiti,MingLiu !important;
}