diff --git a/static/blog.css b/static/blog.css index 93c8066..0050168 100644 --- a/static/blog.css +++ b/static/blog.css @@ -50,6 +50,15 @@ a:hover { background-color: #0f1315; } +.bloglist-title { + a { + color: #ffffff !important; + } + a:hover { + color: #b8b7b7 !important; + } +} + img#banner-home-img { padding: 0.3rem; }