change some css
This commit is contained in:
parent
6174c737b5
commit
2c055b0ad3
3 changed files with 9 additions and 10 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
+++
|
||||
title = "drawing bezier curves"
|
||||
date = 2020-04-12
|
||||
draft = true
|
||||
|
||||
[taxonomies]
|
||||
tags = ["osu", "graphics"]
|
||||
+++
|
|
@ -9,7 +9,7 @@
|
|||
- {{ .ReadingTime }} min read
|
||||
</small>
|
||||
|
||||
<div id="content">{{ .Content }}</div>
|
||||
<div id="content" class="post-content">{{ .Content }}</div>
|
||||
|
||||
<hr />
|
||||
|
||||
|
|
Loading…
Reference in a new issue