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 /public/500.html | |
parent | c1f12ff58e8d66daaa1b2dd86259793751a89d69 (diff) | |
download | gitlab-ce-82c002ebce10395332485f56abc895defe656197.tar.gz |
Changed all font-weight values to 400 and 600
Diffstat (limited to 'public/500.html')
-rw-r--r-- | public/500.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/500.html b/public/500.html index 516920f7471..7091d14dfc4 100644 --- a/public/500.html +++ b/public/500.html @@ -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; } @@ -48,7 +48,7 @@ a { line-height: 100px; - font-weight: normal; + font-weight: 400; color: #4A8BEE; font-size: 18px; text-decoration: none; |