Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/davidhampgonsalves/hugo-black-and-light-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/styles.html')
-rw-r--r--layouts/partials/styles.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/layouts/partials/styles.html b/layouts/partials/styles.html
index b9c175d..bcea6b8 100644
--- a/layouts/partials/styles.html
+++ b/layouts/partials/styles.html
@@ -73,7 +73,6 @@
pre code {
display: inline;
- max-width: auto;
padding: 0;
margin: 0;
overflow: visible;
@@ -170,7 +169,7 @@
margin-top:28px;
}
- #sub-header, time {
+ #sub-header, .date {
color:#403c3b;
font-size:13px;
}
@@ -228,7 +227,7 @@
margin-top:15px;
}
- #content time {
+ #content .date {
margin-left:3px;
}
@@ -371,7 +370,7 @@
background-color: #262626;
}
- #sub-header, time {
+ #sub-header, .date {
color: #BABABA;
}