Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:ArticleList/styles.css

From Dovedale Railway Wiki
/* status colors, slightly changed from Module:InfoboxNeue/styles.css */

.status-cell.status-green {
	background-color: #00af89 /*var(--color-success)*/;
}

.status-cell.status-orange {
	background-color: #e2931d /*!important*/;
}

.status-cell.status-red {
	background-color: #dd3333 /*var(--color-destructive)*/;
}

.status-cell.status-grey {
	background-color: #90a4ae/*var(--color-syntax-grey)*/;
}


/* set text color to white to improve readability */
.status-cell.status-green,
.status-cell.status-orange,
.status-cell.status-red,
.status-cell.status-grey {
    color: white;
}
🍪 Yum Yum Yum! Cookies help us better deliver our services. By using our site, you agree to our use of cookies.