diff options
| author | Darin Dimitroff <d@thecrazyones.agency> | 2017-01-03 17:00:01 +0200 |
|---|---|---|
| committer | Darin Dimitroff <d@thecrazyones.agency> | 2017-01-03 17:00:01 +0200 |
| commit | 0adab1841a0faa0e7830914d7bea4ce2f2105d76 (patch) | |
| tree | 4a937bfc6dd07afd44158ed52dde2ea681aade25 /src/css | |
| parent | 05e13f1b6ffa8a460bce163405270f7814078487 (diff) | |
Updates bullet style
Diffstat (limited to 'src/css')
| -rw-r--r-- | src/css/imports/_cms.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/css/imports/_cms.css b/src/css/imports/_cms.css index 97546df..c7080b7 100644 --- a/src/css/imports/_cms.css +++ b/src/css/imports/_cms.css @@ -2,7 +2,7 @@ /* Headings */ & h1, & h2, & h3, & h4, & h5, & h6 { - font-weight: bold; + font-weight: var(--bold-font-weight); line-height: 1.25; margin-bottom: var(--spacing-small); } @@ -62,7 +62,7 @@ & ul { margin-left: 1.33rem; & >li:before { - content: '★'; + content: '✱'; left: -1.33rem; position: absolute; color: var(--primary); |
