From e6237f15fec8662381ab0f296006168c0b85d54e Mon Sep 17 00:00:00 2001 From: Andley Date: Wed, 2 Feb 2022 09:25:22 +0800 Subject: [PATCH] vault backup: 2022-02-02 09:25:22 Affected files: assets/css/style.scss --- assets/css/style.scss | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/assets/css/style.scss b/assets/css/style.scss index c8fb2e2..d92cf70 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -7,13 +7,13 @@ ruby { flex-direction: column-reverse ; align-items: center; font-size: 16px ; - line-height: 15px ; + line-height: 16px ; padding-bottom: 10px ; font-family: "SBL BibLit", "Times New Roman"; } rt { font-size: 13px ; - line-height: 12px ; + line-height: 13px ; font-family: "Arial Narrow", "微軟正黑體", "Microsoft JhengHei"; } ul ruby { @@ -27,10 +27,10 @@ ruby { h2 { text-align: center; } - ruby strong { + strong { color: red; } - ruby em { + em { color: blue; font-weight:600; } @@ -40,11 +40,10 @@ ruby { } /* text decoration for marking syntax functions */ -.S {text-decoration: underline double;} -.P {text-decoration: underline wavy;} -.C {text-decoration: underline dashed;} -.O {text-decoration: underline dotted;} -.A {text-decoration: underline solid; } -p { text-underline-offset: 3px; } +.S {text-decoration: underline double; text-underline-offset: 4px; } +.P {text-decoration: underline wavy; text-underline-offset: 4px; } +.C {text-decoration: underline dashed; text-underline-offset: 4px; } +.O {text-decoration: underline dotted; text-underline-offset: 4px; } +.A {text-decoration: underline solid; text-underline-offset: 4px; }