Andley_BG4e/assets/css/style.scss

43 lines
742 B
SCSS

---
---
@import "{{ site.theme }}";
ruby {
display: inline-flex;
flex-direction: column-reverse ;
align-items: center;
font-size: 16px ;
line-height: 15px ;
padding-bottom: 10px ;
font-family: "SBL BibLit", "Times New Roman";
}
rt {
font-size: 13px ;
line-height: 12px ;
font-family: "Arial Narrow", "微軟正黑體", "Microsoft JhengHei";
}
ul ruby {
padding-bottom: 3px !important;
}
h1 {
color: #C00000;
text-align: center;
border-bottom: 4px double ;
}
h2 {
text-align: center;
}
ruby strong {
color: red;
}
ruby em {
color: blue;
font-weight:600;
}
html, body {
font-family: "Noto Sans", "Noto Sans CJK TC", sans-serif;
}