From bb779329d69c81a097c09c9d855997f0dccc17b1 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 24 Apr 2023 23:00:27 +0200 Subject: [PATCH] better card --- static/css/blog/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/css/blog/index.css b/static/css/blog/index.css index 0043b4c..ef875a2 100644 --- a/static/css/blog/index.css +++ b/static/css/blog/index.css @@ -19,7 +19,7 @@ --line: #374351; --date: #242e38; --point: #515f70; - --bg-hover: #071f2a; + --bg-hover: #1f2730; --point-hover: #ff00ff; --font-color: #a1a1aa; --title-color: #a25add; @@ -100,6 +100,7 @@ a:hover { position: relative; cursor: pointer; transition: 0.5s; + border-radius: 5px; } /* Dates */