Andley_BG4e/assets/css/style.scss

31 lines
553 B
SCSS

---
---
@import "{{ site.theme }}";
ruby {
display: inline-flex;
flex-direction: column-reverse ;
align-items: center;
font-size: 16px ; /* 12pt 字體大小*/
line-height: 15px ;
padding-bottom: 10px ;
font-family: 'SBL BibLit', 'Times New Roman', serif;
}
rt {
font-size: 13px ; /* 10pt 字體大小*/
line-height: 13px ;
font-family: 'Arial Narrow', sans-serif;
}
ul ruby {
padding-bottom: 3px !important;
}
a {
color: green;
}
strong {
color: red;
}
em {
color: blue;
}