change some css

This commit is contained in:
Michael Zhang 2021-05-04 07:02:15 -05:00
parent 6174c737b5
commit 2c055b0ad3
Signed by: michael
GPG Key ID: BDA47A31A3C8EE6B
3 changed files with 9 additions and 10 deletions

View File

@ -74,7 +74,7 @@ blockquote {
}
code {
font-size: 1.2em;
// font-size: 1.2em;
padding: 3px;
background-color: #2b303b;
color: #cccccc;
@ -88,3 +88,10 @@ pre > code {
font-family: $monofont;
font-size: 0.9em;
}
.post-content {
> p {
line-height: 1.5;
margin-bottom: 1.75em;
}
}

View File

@ -1,8 +0,0 @@
+++
title = "drawing bezier curves"
date = 2020-04-12
draft = true
[taxonomies]
tags = ["osu", "graphics"]
+++

View File

@ -9,7 +9,7 @@
- {{ .ReadingTime }} min read
</small>
<div id="content">{{ .Content }}</div>
<div id="content" class="post-content">{{ .Content }}</div>
<hr />