Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit b5aaed4e authored by 65160392's avatar 65160392
Browse files

Edit style.css

parent 01540096
Branches main
No related tags found
No related merge requests found
......@@ -200,16 +200,23 @@ body {
.task-item h4,
.task-item a,
.task-item span,
.task-item p {
.task-item p,
.task-item div {
color: white !important;
text-decoration: none;
}
.task-item .project-title {
/* Add specific style for the project header */
.task-item .project-header {
color: white !important;
font-weight: bold;
}
/* Add style for any text within task-item */
.task-item * {
color: white !important;
}
.task-item:hover {
transform: translateX(5px);
box-shadow: var(--hover-shadow);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment