Skip to content
Snippets Groups Projects
Commit 45b66155 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms Committed by Jan-Hendrik Willms
Browse files

resurrect .quiet color, fixes #1532

Closes #1532

Merge request studip/studip!1249
parent 7ce3d659
No related branches found
No related tags found
No related merge requests found
......@@ -197,7 +197,9 @@ ul.clean, ol.clean {
color: black;
font-size: 0.75em;
}
.quiet { color: black; }
.quiet {
color: var(--dark-gray-color-60);
}
.middle { vertical-align: middle; }
.text-bottom { vertical-align: text-bottom; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment