Add comments
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
2cd2015e36
commit
b5bad0cc23
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue