Fix font weight
This commit is contained in:
parent
4df3f4c457
commit
a582648faa
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
description: ""
|
description: "A description"
|
||||||
title: The Only Good Thing About YAML: Anchors, Aliases, and Extend
|
title: 'The Only Good Thing About YAML: Anchors, Aliases, and Extend'
|
||||||
draft: true
|
draft: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -131,7 +131,7 @@ body {
|
||||||
background-color: #111;
|
background-color: #111;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-family: system-ui;
|
font-family: system-ui;
|
||||||
font-weight: 300;
|
font-weight: 500;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue