Update style.scss
This commit is contained in:
parent
ee7a957078
commit
160e0690d0
|
@ -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; }
|
Loading…
Reference in New Issue