
[data-theme="dark"] {
    background-color: #222 !important;
    color: #fff !important;
}

[data-theme="dark"] h1,
[data-theme="dark"] h2,
[data-theme="dark"] h3,
[data-theme="dark"] h4,
[data-theme="dark"] h5,
[data-theme="dark"] h6,
[data-theme="dark"] p {
    color: #fff !important;
}

[data-theme="dark"] p a {
    color: #A9EAFF !important;
}

[data-theme="dark"] .desc {
    color: #fff !important;
}
