Skip to content

Commit

Permalink
minor update to rams core
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobxperez committed Nov 18, 2023
1 parent c7e2bfd commit 49ec43b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/index.eb7ab67b.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/css/core/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Core

- **Warning!** Do not add edit or delete Core files unless you are debugging,
- **Warning!** Do not add edit or delete Core files unless you are debugging,
updating or, [contributing](https://github.com/jacobxperez/rams/blob/master/.github/CONTRIBUTING.md)
to [Rams](https://github.com/jacobxperez/rams).
- All custom modules should be added to the [custom](https://github.com/jacobxperez/rams/tree/master/src/css/custom) folder
- All custom modules should be added to the [custom](https://github.com/jacobxperez/rams/tree/master/src/css/custom) folder
1 change: 1 addition & 0 deletions src/css/core/reset/typography.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
:--headings {
font-family: $headings-font-family;
font-weight: $headings-font-weight;
font-variant-ligatures: $headings-ligatures;
@if $headings-color != false {
color: $headings-color;
}
Expand Down
1 change: 1 addition & 0 deletions src/css/var.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ $link-underline-offset: 0.3125em;
$headings-font-family: var(--font-sans);
$headings-font-weight: 400;
$headings-color: false;
$headings-ligatures: no-common-ligatures;

$h1-font-size: clamp(2.488rem, 5vw + 1rem, 4.209rem);
$h1-line-height: 1.2;
Expand Down

0 comments on commit 49ec43b

Please sign in to comment.