rename post -> posts

This commit is contained in:
Junyi Hou 2024-04-09 20:14:49 +08:00
parent 41c5286796
commit 0f646e7082
21 changed files with 46 additions and 48 deletions

View file

@ -1,8 +1,4 @@
@import 'foundation/code';
$font-stack: Helvetica, sans-serif;
$primary-color: rgb(255, 255, 168);
$background-color: rgb(85, 85, 85);
@import 'foundation/vars';
junyi {
display: block;
@ -11,4 +7,3 @@ junyi {
background-color: $background-color;
margin-top: 1em;
}

View file

@ -1,5 +0,0 @@
code {
padding: .25em;
line-height: 2;
background-color: rgb(189, 204, 255);
}

View file

@ -0,0 +1,3 @@
$font-stack: Helvetica, sans-serif;
$primary-color: rgb(255, 255, 168);
$background-color: rgb(85, 85, 85);