style: cards title should be bold
This commit is contained in:
parent
f8063d59c3
commit
27d549a000
1 changed files with 2 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Reference in a new issue