Skip to content

Commit

Permalink
hotfix: actually set hr color / fix typo (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar authored Feb 22, 2024
1 parent 1f65993 commit c5e1c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/_imports/elements/html-elements.cms.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Styleguide Elements.TextContent

border-top-width: var(--global-border-width--normal);
border-top-style: solid;
border-top-clolor: var(--global-color-primary--dark);
border-top-color: var(--global-color-primary--light);

margin-bottom: var(--global-space--hr-buffer-below); /* overwrite Bootstrap */

Expand Down

0 comments on commit c5e1c86

Please sign in to comment.