From 23f98e88838a1c59898713aba5de69e43a3e8673 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Tansorier?= Date: Thu, 13 Apr 2017 00:07:48 +0200 Subject: [PATCH] [index] Fix font weight in title, and change font color --- assets/css/main.css | 8 ++++---- index.html | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index 4481ae2..56c3c18 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1553,7 +1553,7 @@ body { background: #f0f4f4; - color: #4d5059; + color: #60636B; font-size: 15pt; line-height: 1.85em; font-family: 'Ubuntu','Source Sans Pro', sans-serif; @@ -1580,7 +1580,7 @@ h1, h2, h3, h4, h5 { font-weight: bold; - color: #4d5059; + color: #60636B; line-height: 1.25em; } @@ -1633,7 +1633,7 @@ } a:hover { - color: #4d5059; + color: #60636B; border-bottom-color: transparent; } @@ -1918,7 +1918,7 @@ form label { display: block; font-weight: bold; - color: #4d5059; + color: #60636B; margin: 0 0 1em 0; } diff --git a/index.html b/index.html index b1669cc..58c6d25 100644 --- a/index.html +++ b/index.html @@ -86,7 +86,7 @@