Visual changes to prettify post page (#67)
This commit is contained in:
@@ -22,19 +22,20 @@ html {
|
|||||||
background-color: rgb(var(--light-primary-color));
|
background-color: rgb(var(--light-primary-color));
|
||||||
color: var(--light-text-color);
|
color: var(--light-text-color);
|
||||||
font-family: "Lato", sans-serif;
|
font-family: "Lato", sans-serif;
|
||||||
font-size: 16.5px;
|
font-size: 17.5px;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
b, strong {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin-bottom: 170px;
|
margin-bottom: 170px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
b,
|
||||||
|
strong {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
@@ -175,7 +176,7 @@ a:hover .feather-sun {
|
|||||||
|
|
||||||
.footer span {
|
.footer span {
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 0.9rem;
|
font-size: 0.85em;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
padding: 1px 0;
|
padding: 1px 0;
|
||||||
}
|
}
|
||||||
@@ -345,6 +346,21 @@ table td {
|
|||||||
margin-top: 50px;
|
margin-top: 50px;
|
||||||
letter-spacing: 0.5px;
|
letter-spacing: 0.5px;
|
||||||
}
|
}
|
||||||
|
.post-content h1 {
|
||||||
|
margin-top: 40px;
|
||||||
|
}
|
||||||
|
.post-content h2 {
|
||||||
|
margin-top: 35px;
|
||||||
|
}
|
||||||
|
.post-content h3 {
|
||||||
|
margin-top: 30px;
|
||||||
|
}
|
||||||
|
.post-content h4 {
|
||||||
|
margin-top: 25px;
|
||||||
|
}
|
||||||
|
.post-content h5 {
|
||||||
|
margin-top: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
/* LIST */
|
/* LIST */
|
||||||
.list-posts .list-title {
|
.list-posts .list-title {
|
||||||
|
|||||||
Reference in New Issue
Block a user