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/views | |
parent | c1f12ff58e8d66daaa1b2dd86259793751a89d69 (diff) | |
download | gitlab-ce-82c002ebce10395332485f56abc895defe656197.tar.gz |
Changed all font-weight values to 400 and 600
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/layouts/errors.html.haml | 4 | ||||
-rw-r--r-- | app/views/layouts/oauth_error.html.haml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app/views/layouts/errors.html.haml b/app/views/layouts/errors.html.haml index 6d9ec043590..9382ee8715e 100644 --- a/app/views/layouts/errors.html.haml +++ b/app/views/layouts/errors.html.haml @@ -15,7 +15,7 @@ h1 { font-size: 56px; line-height: 100px; - font-weight: normal; + font-weight: 400; color: #456; } @@ -28,7 +28,7 @@ h3 { color: #456; font-size: 20px; - font-weight: normal; + font-weight: 400; line-height: 28px; } diff --git a/app/views/layouts/oauth_error.html.haml b/app/views/layouts/oauth_error.html.haml index 34bcd2a8b3a..03b387f8181 100644 --- a/app/views/layouts/oauth_error.html.haml +++ b/app/views/layouts/oauth_error.html.haml @@ -19,7 +19,7 @@ h3 { color: #456; font-size: 22px; - font-weight: bold; + font-weight: 600; margin-bottom: 6px; } |