add new blog entry and reconfigure site to use round corners for content on body, and also improve formating for code is displayed
This commit is contained in:
parent
14f97784d1
commit
c9b06e0e7a
3 changed files with 256 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<style>
|
||||
|
||||
pre code { background-color: #44475a; }
|
||||
pre code { background-color: #44475a; line-height: 1.4; margin: -6px; margin-top: 20px; margin-bottom: 30px; border-radius: 8px; padding-top: 12px; padding-bottom: 12px;}
|
||||
code { padding: 2px 4px; font-size: 90%; border-radius: 4px; color: #f8f8f2; background-color: #6272A4; }
|
||||
|
||||
a:hover {
|
||||
|
@ -38,6 +38,7 @@ a:hover {
|
|||
}
|
||||
.postListItem {
|
||||
background: #44475a;
|
||||
border-radius: 16px;
|
||||
}
|
||||
|
||||
.postExcerpt {
|
||||
|
@ -46,6 +47,7 @@ a:hover {
|
|||
|
||||
.postMetadata {
|
||||
background: #44475a;
|
||||
border-radius: 16px;
|
||||
}
|
||||
|
||||
.postMetadata a {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue