Spaces:
Sleeping
Sleeping
File size: 1,695 Bytes
5924ef8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 |
.css-qrbaxs {
color: #333; /* Dark text color */
background-color: #f2f2f2; /* Light gray background */
font-size: 20px; /* Slightly smaller font size */
padding: 10px; /* Increased padding for better readability */
border: 1px solid #ddd; /* Light gray border */
border-radius: 5px; /* Slight border radius */
}
p, ol, ul, dl {
background-color: #f2f2f2;
padding: 15px 10px;
border-radius: 5px;
font-weight: 600; /* Slightly bolder text */
font-size: 18px; /* Slightly smaller font size */
}
.css-nlntq9 li {
margin: 0.2em 0px 0.2em 1.2em;
padding: 0px 0px 0px 0.6em;
font-size: 20px; /* Slightly larger font size */
}
.css-1cpxqw2 {
align-items: center;
justify-content: center;
font-weight: 600;
padding: 10px 20px; /* Increased padding for better spacing */
border-radius: 5px;
margin-bottom: 30px; /* Reduced margin for a cleaner look */
line-height: 1.6;
color: #333; /* Dark text color */
background-color: #fff; /* White background */
border: 1px solid #ddd; /* Light gray border */
}
h1 {
color: #333; /* Dark text color */
background-color: #f2f2f2; /* Light gray background */
border: 1px solid #ddd; /* Light gray border */
border-radius: 10px; /* Slightly more rounded border */
padding: 15px;
text-align: center;
margin-bottom: 20px; /* Slightly reduced margin */
}
a {
padding: 10px;
background-color: #f2f2f2;
border: 1px solid #333; /* Dark border for contrast */
border-radius: 5px;
}
.st-bt {
font-size: 20px; /* Slightly smaller font size */
font-weight: 600;
background-color: #e6f0ff; /* Light blue background */
}
|