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