aboutsummaryrefslogtreecommitdiff
path: root/blog.html
diff options
context:
space:
mode:
Diffstat (limited to 'blog.html')
-rw-r--r--blog.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/blog.html b/blog.html
index d28a5bb..dfda49d 100644
--- a/blog.html
+++ b/blog.html
@@ -10,14 +10,14 @@
<BODY>
{% include navigator.html %}
- <div class="jumbotron">
+ <div class="jumbotron green darken-4">
<h1><center>Blog <a href="feed.xml"><i class="fas fa-rss-square white-text"></i></a></center></h1>
</div>
<div class="container">
<ul>
{% for post in site.posts %}
- <li class="list-blog">
+ <li class="list-blog white-text" style="list-style-type:none;">
<h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
<p><b>{{ post.date | date_to_string }} | By: {{ post.author }}</b></p>
<p>{{ post.excerpt }}</p>