mirror of
https://github.com/ipdb/website.git
synced 2024-11-22 09:36:52 +01:00
experiment with lighter headings font-weight
This commit is contained in:
parent
ee34a211de
commit
d3d6a4e534
@ -12,7 +12,6 @@
|
||||
padding: $spacer;
|
||||
text-decoration: none;
|
||||
font-size: $font-size-base;
|
||||
font-weight: $font-weight-bold;
|
||||
color: $brand-04;
|
||||
position: relative;
|
||||
|
||||
|
@ -100,6 +100,10 @@ ol {
|
||||
margin: 0 0 $spacer;
|
||||
}
|
||||
|
||||
strong {
|
||||
font-weight: $font-weight-bold;
|
||||
}
|
||||
|
||||
|
||||
//
|
||||
// Links
|
||||
|
@ -37,7 +37,7 @@ $font-size-h5: $font-size-large !default;
|
||||
$font-size-h6: $font-size-base !default;
|
||||
|
||||
$headings-font-family: inherit !default;
|
||||
$headings-font-weight: $font-weight-bold !default;
|
||||
$headings-font-weight: $font-weight-normal !default;
|
||||
$headings-line-height: inherit !default;
|
||||
$headings-color: $brand-03 !default;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user