+New post

+New color for code text(lightgreen)
*Removing check in upload.sh for file(filtering via find -type f)
This commit is contained in:
shockrah
2021-02-08 20:43:59 -08:00
parent 31dde1140a
commit 8b7c5243d1
5 changed files with 92 additions and 5 deletions

View File

@@ -12,6 +12,10 @@ a {
color: white;
}
code {
color: lightgreen;
}
blockquote {
border-left: 10px solid #1f8dd6;
}