<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Dark Theme Styles */
body.dark-theme {
    background-color: #1e1e1e;
    color: #50a133;
}

.dark-theme #mainContainer {
    background-color: #1e1e1e;
    /*border: 1px solid #333;*/
}

.dark-theme h1, .dark-theme h2, .dark-theme .labels {
    color: #76ff03; /* Bright green for headings and labels */
}

.dark-theme select, .dark-theme input, .dark-theme button {
    background-color: #333;
    color: #50a133;
    border: 1px solid #555;
}

.dark-theme #koeficientiTable {
    background-color: #1e1e1e;
    color: #50a133;
    border: 1px solid #50a133;
}

.dark-theme #koeficientiTable_wrapper {
    background-color: #1e1e1e;
}

.dark-theme a {
    color: #76ff03; /* Bright green links */
}

.dark-theme .createdBy p {
    color: #50a133; /* Light grey for footer text */
}

.dark-theme .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    color: #50a133 !important;
    border: 1px solid #4CAF50;
}
.dark-theme input::placeholder {
    color: #50a133;
    opacity: 1;
}</pre></body></html>