diff options
author | Dimitrie Hoekstra <dimitrie@gitlab.com> | 2017-08-24 14:13:24 +0000 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-08-24 14:13:24 +0000 |
commit | 82c002ebce10395332485f56abc895defe656197 (patch) | |
tree | 589321ca8cf46dd083a266fd54681da193b7d040 /app/assets/stylesheets/highlight/monokai.scss | |
parent | c1f12ff58e8d66daaa1b2dd86259793751a89d69 (diff) | |
download | gitlab-ce-82c002ebce10395332485f56abc895defe656197.tar.gz |
Changed all font-weight values to 400 and 600
Diffstat (limited to 'app/assets/stylesheets/highlight/monokai.scss')
-rw-r--r-- | app/assets/stylesheets/highlight/monokai.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/highlight/monokai.scss b/app/assets/stylesheets/highlight/monokai.scss index 68eb0c7720f..eba7919ada9 100644 --- a/app/assets/stylesheets/highlight/monokai.scss +++ b/app/assets/stylesheets/highlight/monokai.scss @@ -203,7 +203,7 @@ $monokai-gi: #a6e22e; .c1 { color: $monokai-c1; } /* Comment.Single */ .cs { color: $monokai-cs; } /* Comment.Special */ .ge { font-style: italic; } /* Generic.Emph */ - .gs { font-weight: bold; } /* Generic.Strong */ + .gs { font-weight: $gl-font-weight-bold; } /* Generic.Strong */ .kc { color: $monokai-kc; } /* Keyword.Constant */ .kd { color: $monokai-kd; } /* Keyword.Declaration */ .kn { color: $monokai-kn; } /* Keyword.Namespace */ |