vault backup: 2022-02-02 09:25:22

Affected files:
assets/css/style.scss
This commit is contained in:
Andley 2022-02-02 09:25:22 +08:00
parent 83936277da
commit e6237f15fe
1 changed files with 9 additions and 10 deletions

View File

@ -7,13 +7,13 @@ ruby {
flex-direction: column-reverse ; flex-direction: column-reverse ;
align-items: center; align-items: center;
font-size: 16px ; font-size: 16px ;
line-height: 15px ; line-height: 16px ;
padding-bottom: 10px ; padding-bottom: 10px ;
font-family: "SBL BibLit", "Times New Roman"; font-family: "SBL BibLit", "Times New Roman";
} }
rt { rt {
font-size: 13px ; font-size: 13px ;
line-height: 12px ; line-height: 13px ;
font-family: "Arial Narrow", "微軟正黑體", "Microsoft JhengHei"; font-family: "Arial Narrow", "微軟正黑體", "Microsoft JhengHei";
} }
ul ruby { ul ruby {
@ -27,10 +27,10 @@ ruby {
h2 { h2 {
text-align: center; text-align: center;
} }
ruby strong { strong {
color: red; color: red;
} }
ruby em { em {
color: blue; color: blue;
font-weight:600; font-weight:600;
} }
@ -40,11 +40,10 @@ ruby {
} }
/* text decoration for marking syntax functions */ /* text decoration for marking syntax functions */
.S {text-decoration: underline double;} .S {text-decoration: underline double; text-underline-offset: 4px; }
.P {text-decoration: underline wavy;} .P {text-decoration: underline wavy; text-underline-offset: 4px; }
.C {text-decoration: underline dashed;} .C {text-decoration: underline dashed; text-underline-offset: 4px; }
.O {text-decoration: underline dotted;} .O {text-decoration: underline dotted; text-underline-offset: 4px; }
.A {text-decoration: underline solid; } .A {text-decoration: underline solid; text-underline-offset: 4px; }
p { text-underline-offset: 3px; }