Update style.scss

This commit is contained in:
Andley Chang 張奇軍 2022-11-01 09:23:36 +08:00 committed by GitHub
parent ee7a957078
commit 160e0690d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 26 deletions

View File

@ -27,29 +27,3 @@ ruby {
h2 {
text-align: center;
}
ruby strong {
color: red;
}
ruby em {
color: blue;
}
p, html, body {
font-family: 'EB Garamond','Noto Sans', 'Noto Sans TC', sans-serif;
}
section {
width: 85%;
}
section.footnotes {
/*width: 85%;*/
margin-top: 30px;
}
/* text decoration for marking syntax functions */
.S {text-decoration: underline double; text-underline-offset: 4px; }
.P {text-decoration: underline wavy; text-underline-offset: 4px; }
.C {text-decoration: underline solid; text-underline-offset: 4px; }
.A {text-decoration: underline dotted; text-underline-offset: 4px; }