vault backup: 2022-11-10 17:42:01

Affected files:
_layouts/default.html
assets/css/style.scss
This commit is contained in:
Andley Chang 2022-11-10 17:42:01 +08:00
parent eb724ed227
commit 6b1e2b8e81
2 changed files with 18 additions and 2 deletions

View File

@ -7,7 +7,7 @@
{% seo %}
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC&family=Tinos&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Tinos&display&family=Noto+Sans+TC=swap" rel="stylesheet">
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
<script src="https://code.jquery.com/jquery-3.3.0.min.js" integrity="sha256-RTQy8VOmNlT6b2PIRur37p6JEBZUE7o8wPgMvu18MC4=" crossorigin="anonymous"></script>

View File

@ -2,6 +2,7 @@
---
@import "{{ site.theme }}";
ruby {
display: inline-flex;
flex-direction: column-reverse ;
@ -24,18 +25,33 @@ ruby {
}
h2 {
text-align: center;
color:black;
}
h3, h4, h5, h6 {
color:black;
}
ruby strong {
color: red;
font-weight:700;
}
ruby em {
color: blue;
font-weight:700;
}
p, html, body, ruby, rt {
p, html, body, ruby, rt, ul, ol {
font-family: 'Tinos', 'Noto Sans TC';
color: black;
}
ul li::marker {
color: black;
}
ul, ol {
margin-bottom:0px;
}
section {
width: 700px;