File size: 260 Bytes
239a80c |
1 2 3 4 5 6 7 8 9 10 11 12 |
#col-container {max-width: 440px; margin-left: auto; margin-right: auto;}
a, a:hover, a:visited {
text-decoration-line: underline;
font-weight: 600;
color: #1f2937 !important;
}
.dark a, .dark a:hover, .dark a:visited {
color: #f3f4f6 !important;
}
|