Skip to content

Commit

Permalink
Merge branch 'main' into add-custom-drift-script
Browse files Browse the repository at this point in the history
  • Loading branch information
nimithshetty17 authored Oct 12, 2023
2 parents 7c3fc2d + b5d87a4 commit 5bc89c1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions blocks/references/references.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.references p, .references p strong {
font-size: var(--font-size-32);
font-family: var(--serif-font);
margin: unset;
margin-bottom: var(--spacer-element-10);
line-height: var(--line-height-120);
letter-spacing: var(--letter-spacing-001-em);
}

.references ul, ol, li, a {
font-size: var(--font-size-14);
font-family: var(--sans-serif-font-regular);
color: var(--neutral-grey-tint140);
}
Empty file added blocks/references/references.js
Empty file.

0 comments on commit 5bc89c1

Please sign in to comment.