Skip to content
Snippets Groups Projects
Commit d75ed311 authored by Olena Horal-Koretska's avatar Olena Horal-Koretska
Browse files

Merge branch 'fix-scss-hljs-theme' into 'master'

Fix scss hljs theme

See merge request !91780
parents 75547cd8 127b9371
No related branches found
No related tags found
1 merge request!91780Fix scss hljs theme
Pipeline #583257930 failed
Pipeline: GitLab

#583270704

    ......@@ -100,6 +100,8 @@ $monokai-gh: #75715e;
    // We should be able to remove the overrides once the upstream issue is fixed (https://github.com/sourcegraph/sourcegraph/issues/23251)
    @include hljs-override('string', $monokai-s);
    @include hljs-override('attr', $monokai-na);
    @include hljs-override('attribute', $monokai-n);
    @include hljs-override('selector-tag', $monokai-nt);
    @include hljs-override('keyword', $monokai-k);
    @include hljs-override('variable', $monokai-nv);
    @include hljs-override('variable.language_', $monokai-k);
    ......
    ......@@ -103,6 +103,8 @@ $solarized-dark-il: #2aa198;
    // We should be able to remove the overrides once the upstream issue is fixed (https://github.com/sourcegraph/sourcegraph/issues/23251)
    @include hljs-override('string', $solarized-dark-s);
    @include hljs-override('attr', $solarized-dark-na);
    @include hljs-override('attribute', $solarized-dark-n);
    @include hljs-override('selector-tag', $solarized-dark-nt);
    @include hljs-override('keyword', $solarized-dark-k);
    @include hljs-override('variable', $solarized-dark-nv);
    @include hljs-override('variable.language_', $solarized-dark-k);
    ......
    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