This commit is contained in:
Raven Scott
2024-10-27 01:33:28 -04:00
parent cf22cc7551
commit 817b64f4db
2 changed files with 146 additions and 3 deletions

View File

@ -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;