adjust css
This commit is contained in:
@@ -67,7 +67,7 @@ for file in $(ls "$BLOG_DIR/posts"); do
|
||||
title=$(sed -n '3p' $target_file | tr -d '\n')
|
||||
content=$(sed -n '4,$p' $target_file | tr -d '\n')
|
||||
|
||||
content=${content//&/&}
|
||||
content=${content//" & "/&}
|
||||
content=${content//"'"/‘}
|
||||
|
||||
insert_post "$date" "$slug" "$title" "$content"
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
code {
|
||||
color: #ebdbb2;
|
||||
background-color: #282828;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
body {
|
||||
font-size: calc(14px + 0.11vw);
|
||||
width: clamp(373px, 60vw, 80vw);
|
||||
|
||||
Reference in New Issue
Block a user