update
This commit is contained in:
@ -24,9 +24,21 @@ a:hover {
|
||||
color: #42484a;
|
||||
}
|
||||
|
||||
dl, ol, ul {
|
||||
margin-top: -13px;
|
||||
margin-bottom: 1rem;
|
||||
/* Improve padding and spacing for list headers and items */
|
||||
li {
|
||||
margin-bottom: 1.5rem; /* Space between list items */
|
||||
line-height: 1.6; /* Improve readability for longer text */
|
||||
}
|
||||
|
||||
li strong {
|
||||
display: block;
|
||||
margin-top: 1rem; /* Add space above headers in lists */
|
||||
margin-bottom: 0.5rem; /* Add space below headers */
|
||||
}
|
||||
|
||||
/* Adjust paragraph line height */
|
||||
p {
|
||||
line-height: 1.8; /* Improve readability */
|
||||
}
|
||||
|
||||
/* Primary Background */
|
||||
@ -202,6 +214,12 @@ footer {
|
||||
transition: background-color 0.3s ease, color 0.3s ease;
|
||||
}
|
||||
|
||||
|
||||
p {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5.2px;
|
||||
}
|
||||
|
||||
.input-group .btn-primary:hover {
|
||||
background-color: #42484a;
|
||||
border-color: #42484a;
|
||||
|
Reference in New Issue
Block a user