From de3f73503f2e96d70fa61cec52d5802a04ce84a6 Mon Sep 17 00:00:00 2001 From: m Date: Sun, 15 Mar 2026 04:41:17 +0100 Subject: [PATCH] button.. --- static/css/simple-blog-template.css | 31 +++++++---------------------- 1 file changed, 7 insertions(+), 24 deletions(-) diff --git a/static/css/simple-blog-template.css b/static/css/simple-blog-template.css index d3933a8..40a228c 100644 --- a/static/css/simple-blog-template.css +++ b/static/css/simple-blog-template.css @@ -118,8 +118,9 @@ nav { } .btn-read-more:hover { - background-color: #666; - color: #ffffff; /* Invert colors on hover */ + background-color: #ffffff; + border-color: #007bff; + box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1); transform: translateY(-1px); } @@ -194,24 +195,6 @@ nav { margin-top: 4px; } -/* Button inside comment form */ -.btn-modern { - background-color: #0366d6; - color: white; - border: none; - padding: 10px 24px; - font-weight: 600; - border-radius: 6px; - cursor: pointer; - margin-top: 15px; - display: inline-block; - transition: background 0.2s; -} - -.btn-modern:hover { - background-color: #005cc5; -} - /* --- Pagination --- */ .pager { display: flex; @@ -242,12 +225,12 @@ nav { /* --- Decoration --- */ .background-svg { position: fixed; - bottom: 40px; - right: 40px; - width: 140px; + bottom: 100px; + right: 200px; + width: 200px; z-index: -1; pointer-events: none; - opacity: 0.2; + opacity: 0.6; } /* Login, Sign up, New post */