Skip to content

Commit

Permalink
Add styling for blackqoute
Browse files Browse the repository at this point in the history
  • Loading branch information
oxcafedead committed May 1, 2023
1 parent 9d4cade commit 0c3e84c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,16 @@ code {
padding: 2px;
margin: -2px;
}
blockquote {
background: #e5e6fc;
padding: 5px 10px;
margin: 0px;
border-left: 5px solid #d3d4f5;
}
blockquote p {
padding: 0px;
margin: 0px;
}
header ul {
display: flex;
list-style: none;
Expand Down

0 comments on commit 0c3e84c

Please sign in to comment.