update css

This commit is contained in:
Andley 2021-09-12 07:47:52 +08:00
parent efceecc5d2
commit 0ab86501de
1 changed files with 12 additions and 2 deletions

View File

@ -9,15 +9,25 @@ ruby {
font-size: 16px ; /* 12pt 字體大小*/
line-height: 15px ;
padding-bottom: 10px ;
font-family: 'Times New Roman', Times, serif;
font-family: 'SBL BibLit', 'Times New Roman', serif;
}
rt {
font-size: 13px ; /* 10pt 字體大小*/
line-height: 13px ;
font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
font-family: 'Arial Narrow', sans-serif;
}
ul ruby {
padding-bottom: 3px !important;
}
a {
color: green !important;
}
strong {
color: red !important;
}
em {
color: blue !important;
}