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/deploy.html | |
parent | c1f12ff58e8d66daaa1b2dd86259793751a89d69 (diff) | |
download | gitlab-ce-82c002ebce10395332485f56abc895defe656197.tar.gz |
Changed all font-weight values to 400 and 600
Diffstat (limited to 'public/deploy.html')
-rw-r--r-- | public/deploy.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/deploy.html b/public/deploy.html index 49ec4ac5ce1..e463b62520c 100644 --- a/public/deploy.html +++ b/public/deploy.html @@ -20,7 +20,7 @@ h1 { font-size: 56px; line-height: 100px; - font-weight: normal; + font-weight: 400; color: #456; } @@ -33,7 +33,7 @@ h3 { color: #456; font-size: 20px; - font-weight: normal; + font-weight: 400; line-height: 28px; } @@ -66,4 +66,4 @@ <p>Please contact your GitLab administrator if this problem persists.</p> </div> </body> -</html>
\ No newline at end of file +</html> |