mirror of https://git.door43.org/Andley/BG4e
36 lines
603 B
SCSS
36 lines
603 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', serif;
|
|
}
|
|
rt {
|
|
font-size: 13px ;
|
|
line-height: 13px ;
|
|
font-family: 'Arial Narrow', sans-serif;
|
|
}
|
|
ul ruby {
|
|
padding-bottom: 3px !important;
|
|
}
|
|
h1 {
|
|
color: #C00000;
|
|
text-align: center;
|
|
border-bottom: 4px double ;
|
|
}
|
|
h2 {
|
|
text-align: center;
|
|
}
|
|
strong {
|
|
color: red;
|
|
}
|
|
em {
|
|
color: blue;
|
|
}
|