Andley_BG4e/assets/css/style.scss

43 lines
742 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;
2021-09-13 01:37:31 +00:00
font-size: 16px ;
line-height: 15px ;
2021-09-11 22:59:13 +00:00
padding-bottom: 10px ;
font-family: "SBL BibLit", "Times New Roman";
2021-09-11 22:59:13 +00:00
}
rt {
2021-09-13 01:37:31 +00:00
font-size: 13px ;
line-height: 12px ;
font-family: "Arial Narrow", "微軟正黑體", "Microsoft JhengHei";
2021-09-11 22:59:13 +00:00
}
ul ruby {
padding-bottom: 3px !important;
2021-09-11 23:47:52 +00:00
}
2021-09-12 02:25:17 +00:00
h1 {
color: #C00000;
text-align: center;
border-bottom: 4px double ;
}
h2 {
text-align: center;
}
ruby strong {
2021-09-11 23:59:43 +00:00
color: red;
2021-09-11 23:47:52 +00:00
}
ruby em {
2021-09-11 23:59:43 +00:00
color: blue;
font-weight:600;
2021-09-12 10:16:21 +00:00
}
html, body {
font-family: "Noto Sans", "Noto Sans CJK TC", sans-serif;
}