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

Task:Place/styles.css: Difference between revisions

From Rothwell Wiki
Content added Content deleted
m (Rothwell moved page Editing Task:Place/styles.css to Task:Place/styles.css without leaving a redirect)
No edit summary
Line 1: Line 1:
.citizen-table-wrapper table {
color:black;
}

html.skin-citizen-dark .citizen-table-wrapper table {
color:white;
}
.task_done {
.task_done {
background:#98fb98;
background:#12f39c;
}

html.skin-citizen-dark .task_done {
background:#05482e;
}

.in_progress {
background:#f39c12;

}
html.skin-citizen-dark .in_progress {
background:#482e05;

}

.not_started {
background:#e74c3c;

}
html.skin-citizen-dark .not_started {
background:#451612;

}
}

Revision as of 17:38, 11 April 2024

.citizen-table-wrapper table {
	color:black;
}

html.skin-citizen-dark .citizen-table-wrapper table {
	color:white;
}
.task_done {
	background:#12f39c;
}

html.skin-citizen-dark .task_done {
	background:#05482e;
}

.in_progress {
 background:#f39c12;

}
html.skin-citizen-dark .in_progress {
	 background:#482e05;

}

.not_started {
 background:#e74c3c;

}
html.skin-citizen-dark .not_started {
	 background:#451612;

}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.