mirror of https://git.door43.org/Andley/BG4e
vault backup: 2022-11-10 15:56:08
Affected files: assets/css/style.scss
This commit is contained in:
parent
14d01a2522
commit
3be9aeb7dd
|
@ -9,12 +9,10 @@ ruby {
|
|||
font-size: 16px ;
|
||||
line-height: 16px ;
|
||||
padding-bottom: 10px ;
|
||||
font-family: 'EB Garamond', 'Noto Sans TC', serif;
|
||||
}
|
||||
rt {
|
||||
font-size: 13px ;
|
||||
line-height: 13px ;
|
||||
font-family: 'Ubuntu Condensed', 'Noto Sans TC', sans-serif;
|
||||
}
|
||||
ul ruby {
|
||||
padding-bottom: 3px !important;
|
||||
|
@ -34,13 +32,13 @@ ruby {
|
|||
color: blue;
|
||||
}
|
||||
|
||||
p, html, body {
|
||||
p, html, body, ruby, rt {
|
||||
font-family: 'Gentium Book Plus', 'Noto Sans TC', sans-serif;
|
||||
color: black;
|
||||
}
|
||||
|
||||
li::maker {
|
||||
color: darkorange;
|
||||
color: black;
|
||||
content: '▶';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue