Skip to content
This repository has been archived by the owner on Jul 21, 2019. It is now read-only.

Commit

Permalink
Add font-weight setting for strong and b tags
Browse files Browse the repository at this point in the history
Fixes #405

Signed-off-by: Matt Stratton <[email protected]>
  • Loading branch information
mattstratton committed Mar 21, 2017
1 parent 9710c7f commit e3a78f5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
6 changes: 0 additions & 6 deletions config.codekit3
Original file line number Diff line number Diff line change
Expand Up @@ -8155,12 +8155,6 @@
"oAP": "\/layouts\/partials\/sponsors.html",
"oF": 0
},
"\/layouts\/partials\/welcome.html": {
"ft": 8192,
"oA": 2,
"oAP": "\/layouts\/partials\/welcome.html",
"oF": 0
},
"\/layouts\/program\/single.html": {
"ft": 8192,
"oA": 2,
Expand Down
2 changes: 1 addition & 1 deletion static/css/site.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/css/site.css.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions static/scss/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ a {
color: #0082AB;
}

b, strong {
font-weight: 600;
}

.event-logo-homepage {
position:relative;
padding: 0;
Expand Down

0 comments on commit e3a78f5

Please sign in to comment.