Updated theme
This commit is contained in:
@@ -5,7 +5,7 @@ html {
|
||||
body {
|
||||
line-height: 1.5;
|
||||
max-width: 768px;
|
||||
margin: 1rem;
|
||||
margin: auto;
|
||||
font-family: Tahoma, Verdana, Arial, sans-serif;
|
||||
color: lightgray;
|
||||
}
|
||||
@@ -38,12 +38,18 @@ nav ul li a {
|
||||
color: violet;
|
||||
}
|
||||
|
||||
div#tags div {
|
||||
div#byline {
|
||||
color: grey;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
div#tags {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
div#tags ul {
|
||||
padding: 0;
|
||||
padding-left: 0.5rem;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
div#tags ul li {
|
||||
@@ -59,6 +65,30 @@ a {
|
||||
color: palevioletred;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4 {
|
||||
padding-top: 1rem;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: palevioletred;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
color: lightblue;
|
||||
font-size: 0.9rem;
|
||||
margin: 0;
|
||||
padding-left: 0.5rem;
|
||||
border-left: 0.4rem solid lightblue;
|
||||
}
|
||||
|
||||
div#footer {
|
||||
padding: 2rem 0 2rem 0;
|
||||
}
|
||||
|
||||
div#footer p {
|
||||
color: grey;
|
||||
font-size: 0.8rem;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user