/* static/css/style.css */

/* Barrett Solutions Brand Colour */
header, .navbar {
    background-color: #1f5019 !important;
}

/* --- THIS IS THE CRITICAL SECTION THAT ADDS THE COLOURS --- */
.priority-high {
    background-color: #dc3545 !important; /* Bootstrap danger red */
    color: white;
}
.priority-normal {
    background-color: #ffc107 !important; /* Bootstrap warning yellow */
    color: black;
}
.priority-low {
    background-color: #0dcaf0 !important; /* Bootstrap info cyan */
    color: black;
}

.task-done span {
    text-decoration: line-through;
    color: #6c757d; /* Bootstrap secondary text color */
}