button..
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user