From 41b28958735a2efeba604305276af7802e9887be Mon Sep 17 00:00:00 2001 From: Pau Trepat Segura Date: Mon, 22 Jun 2020 03:10:38 +0200 Subject: [PATCH 1/7] Fix google api fonts request adding font-weight --- layouts/partials/header.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index e94b9ea..03ff7d1 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -8,7 +8,8 @@ - + + From 460106f1b43e277e32bb4f79eed2fb8d931b2dce Mon Sep 17 00:00:00 2001 From: Pau Trepat Segura Date: Mon, 22 Jun 2020 03:11:55 +0200 Subject: [PATCH 2/7] Adjust brand weight to make it more readable --- static/assets/css/navbar.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/assets/css/navbar.css b/static/assets/css/navbar.css index cc99178..7894d22 100644 --- a/static/assets/css/navbar.css +++ b/static/assets/css/navbar.css @@ -20,7 +20,7 @@ .initial-navbar .navbar-brand { color: #c0ccda; - font-weight: 800; + font-weight: 600; } .initial-navbar li a { @@ -57,7 +57,7 @@ .final-navbar .navbar-brand { color: #1c2d41; - font-weight: 800; + font-weight: 600; } .final-navbar li a { From fc229b53bb1811a431ffeb6eefb42279eab841be Mon Sep 17 00:00:00 2001 From: Pau Trepat Segura Date: Mon, 22 Jun 2020 03:30:49 +0200 Subject: [PATCH 3/7] Delete dead code --- layouts/partials/header.html | 1 - 1 file changed, 1 deletion(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 03ff7d1..4217174 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -8,7 +8,6 @@ - From 262d49725678caeb2f03c9d0eaeb17cbfaee36f7 Mon Sep 17 00:00:00 2001 From: Pau Trepat Segura Date: Mon, 22 Jun 2020 15:25:56 +0200 Subject: [PATCH 4/7] Remove css rule that always is overwrote by bootstrap --- static/assets/css/experiences.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/static/assets/css/experiences.css b/static/assets/css/experiences.css index 2908726..9e6d2b9 100644 --- a/static/assets/css/experiences.css +++ b/static/assets/css/experiences.css @@ -6,10 +6,6 @@ margin-top: 1.5rem !important; } -.text-muted { - color: #e5e9f2; -} - .experiences ul { padding-left: 1rem; } From fb6bd1c31e182814036ff6bdf0c7ab34cc226f38 Mon Sep 17 00:00:00 2001 From: Pau Trepat Segura Date: Mon, 22 Jun 2020 15:54:18 +0200 Subject: [PATCH 5/7] Remove bold font of experience headings --- static/assets/css/experiences.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/static/assets/css/experiences.css b/static/assets/css/experiences.css index 9e6d2b9..2035c52 100644 --- a/static/assets/css/experiences.css +++ b/static/assets/css/experiences.css @@ -15,10 +15,6 @@ color: #3c4858; } -.experience-entry-heading h5 { - font-weight: 600; -} - .circle { padding: 13px 20px; border-radius: 50%; From 1625ec16d7895fb1adbb2d867c5597ce2713b6d4 Mon Sep 17 00:00:00 2001 From: Pau Trepat Segura Date: Mon, 22 Jun 2020 15:54:56 +0200 Subject: [PATCH 6/7] Remove bold font of projects card title --- static/assets/css/style.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/static/assets/css/style.css b/static/assets/css/style.css index 68befc6..986bb2a 100644 --- a/static/assets/css/style.css +++ b/static/assets/css/style.css @@ -150,10 +150,6 @@ img.right{ -webkit-transform: scale(1.2); } -.card-title { - font-weight: 600; -} - .card-body { text-align: justify; } From 18f823a4bd731dea80e34c833dcf451a541300fd Mon Sep 17 00:00:00 2001 From: Pau Trepat Segura Date: Mon, 22 Jun 2020 17:59:56 +0200 Subject: [PATCH 7/7] Remove font-weight of navigation posts tree --- static/assets/css/list.css | 1 - 1 file changed, 1 deletion(-) diff --git a/static/assets/css/list.css b/static/assets/css/list.css index 3d1422f..d598138 100644 --- a/static/assets/css/list.css +++ b/static/assets/css/list.css @@ -98,7 +98,6 @@ padding: 0 1em; line-height: 2em; color: #3c4858; - font-weight: 700; position: relative; }