vault backup: 2022-11-10 17:50:48

Affected files:
_layouts/default.html
assets/css/style.scss
This commit is contained in:
Andley Chang 2022-11-10 17:50:48 +08:00
parent 6b1e2b8e81
commit 7faab123a0
2 changed files with 9 additions and 7 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=Tinos&display&family=Noto+Sans+TC=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Tinos&display&family=Noto+Sans+TC&displa=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

@ -45,13 +45,15 @@ ruby {
color: black;
}
ul li::marker {
color: black;
}
ul li::marker {
content: '';
font-size: 1.2em;
color: red;
}
ul, ol {
margin-bottom:0px;
}
p, ul, ol, table, pre, dl {
margin: 0 0 0px;
}
section {
width: 700px;