diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-10-14 15:39:02 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-10-14 15:39:02 -0400 |
commit | d7f2a656f9b56a7d6531fd4eefcd747142b3034f (patch) | |
tree | 9a0db7b96cbcf4c4ccf64a5876bd9db114abdde6 /app/assets/stylesheets/highlight/dark.scss | |
parent | 386b13d624e065920fd5730d9d6a0d7983f005cb (diff) | |
download | gitlab-ce-d7f2a656f9b56a7d6531fd4eefcd747142b3034f.tar.gz |
Update highlight themes so they always have the correct colorsrs-markdown-typography
Diffstat (limited to 'app/assets/stylesheets/highlight/dark.scss')
-rw-r--r-- | app/assets/stylesheets/highlight/dark.scss | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/app/assets/stylesheets/highlight/dark.scss b/app/assets/stylesheets/highlight/dark.scss index 8323a8598ec..6a2b25ddc67 100644 --- a/app/assets/stylesheets/highlight/dark.scss +++ b/app/assets/stylesheets/highlight/dark.scss @@ -1,11 +1,10 @@ /* https://github.com/MozMorris/tomorrow-pygments */ -pre.code.highlight.dark, .code.dark { - background-color: #1d1f21; - color: #c5c8c6; + background-color: #1d1f21 !important; + color: #c5c8c6 !important; - pre.code, + pre.highlight, .line-numbers, .line-numbers a { background-color: #1d1f21 !important; @@ -23,8 +22,8 @@ pre.code.highlight.dark, // Search result highlight span.highlight_word { - background: #ffe792; - color: #000000; + background-color: #ffe792 !important; + color: #000000 !important; } .hll { background-color: #373b41 } |