Add a .gray css class for making things gray

This commit is contained in:
Philipp Oppermann
2020-03-02 11:41:41 +01:00
parent 6beedbdba9
commit 6b76338407

View File

@@ -429,3 +429,7 @@ details summary h3, details summary h4, details summary h5, details summary h6 {
.toc-comments-link { .toc-comments-link {
margin-top: .5rem; margin-top: .5rem;
} }
.gray {
color: gray;
}