Andley_BG4e/assets/css/style.scss

31 lines
553 B
SCSS
Raw Normal View History

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