From 27d549a000f49ed7632709435f4c3d3fc7e65d1b Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Fri, 8 Jun 2018 17:46:34 +0200 Subject: [PATCH] style: cards title should be bold --- css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 965e9c6..6c95184 100644 --- a/css/style.css +++ b/css/style.css @@ -108,6 +108,7 @@ a.social-link:hover { font-size:1.1em; box-shadow: inset 0px 2px 0px rgba(255, 255, 255, 0.1); text-shadow: 0px 1px 1px rgba(0,0,0,0.3); + font-weight:600; } .card h1,.card h2,.card h3,.card h4,.card h5,.card h6,.card h7,.card h8,.card h9,.card h10 { @@ -125,7 +126,7 @@ h1.card-title, h2.card-title, h3.card-title, h4.card-title, h5.card-title, h6.ca padding:0px; margin:0px; color:#FFF; - font-weight:400; + font-weight:600; } /* meta */