Make back links 300 in weight
This commit is contained in:
parent
cc80805f6d
commit
8c82ad3d1b
2 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,7 @@ EXTERNAL_JS = [
|
|||
EXTERNAL_CSS = [
|
||||
'netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css',
|
||||
'netdna.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css',
|
||||
'fonts.googleapis.com/css?family=Source+Sans+Pro:400,700',
|
||||
'fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700',
|
||||
's3.amazonaws.com/cdn.core-os.net/icons/core-icons.css'
|
||||
]
|
||||
|
||||
|
|
|
@ -879,6 +879,7 @@
|
|||
}
|
||||
|
||||
.cor-title-link {
|
||||
font-weight: 300;
|
||||
line-height: 30px;
|
||||
margin-top: 22px;
|
||||
margin-bottom: 10px;
|
||||
|
|
Reference in a new issue