Add comments

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-07-07 10:28:29 +02:00
parent 2cd2015e36
commit b5bad0cc23
No known key found for this signature in database
GPG Key ID: 9760693FDD98A790
2 changed files with 2 additions and 2 deletions

View File

@ -286,5 +286,5 @@ $composer-shadow-color: rgba(0, 0, 0, 0.28);
// highlight.js overrides
.hljs-tag {
color: inherit;
color: inherit; // Without this they'd be weirdly blue which doesn't match the theme
}

View File

@ -281,5 +281,5 @@ $composer-shadow-color: tranparent;
// highlight.js overrides:
.hljs-tag {
color: inherit;
color: inherit; // Without this they'd be weirdly blue which doesn't match the theme
}