This commit is contained in:
m
2026-03-15 04:41:17 +01:00
parent 2dc2a91a2a
commit de3f73503f

View File

@@ -118,8 +118,9 @@ nav {
} }
.btn-read-more:hover { .btn-read-more:hover {
background-color: #666; background-color: #ffffff;
color: #ffffff; /* Invert colors on hover */ border-color: #007bff;
box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
transform: translateY(-1px); transform: translateY(-1px);
} }
@@ -194,24 +195,6 @@ nav {
margin-top: 4px; 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 --- */ /* --- Pagination --- */
.pager { .pager {
display: flex; display: flex;
@@ -242,12 +225,12 @@ nav {
/* --- Decoration --- */ /* --- Decoration --- */
.background-svg { .background-svg {
position: fixed; position: fixed;
bottom: 40px; bottom: 100px;
right: 40px; right: 200px;
width: 140px; width: 200px;
z-index: -1; z-index: -1;
pointer-events: none; pointer-events: none;
opacity: 0.2; opacity: 0.6;
} }
/* Login, Sign up, New post */ /* Login, Sign up, New post */