Gitlab@Informatics

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

Edit style.css

parent 654194e6
Branches
No related tags found
No related merge requests found
......@@ -195,6 +195,13 @@ body {
transition: all 0.3s ease;
}
.task-item h2,
.task-item h3,
.task-item a {
color: white !important;
text-decoration: none;
}
.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