aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/partials
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/style.html16
1 files changed, 15 insertions, 1 deletions
diff --git a/layouts/partials/style.html b/layouts/partials/style.html
index edb5d20..28380c7 100644
--- a/layouts/partials/style.html
+++ b/layouts/partials/style.html
@@ -51,6 +51,20 @@
word-wrap: break-word;
}
+ .post-title a.item-link {
+ width: 100%;
+ display: inline-block;
+ text-decoration: none;
+ flex: 1;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ font-size: 1.6em;
+ word-wrap: break-word;
+ white-space: normal;
+ word-wrap: break-word;
+
+ }
+
.post-date {
font-size: 0.9em;
color: #666;
@@ -388,7 +402,7 @@
--summary-text-color: #c9c6c5;
--body-bg-color: #121212;
--bold-text-color: #eee;
- --body-text-color: #ddd;
+ --body-text-color: #e8e6e3;
--link-color: #ddd;
--link-visited-color: #c3b1ee;
--table-border-color: #999;