Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
morewings committed Dec 20, 2023
1 parent bb1c1a7 commit a4ccaa3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/lib/Figure/Figure.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
.figure {
background: var(--background000);
border: 3px solid var(--colorMi);
border-radius: 6px;
display: flex;
flex-direction: column;
padding: calc(var(--sizeUnit) * 2) calc(var(--sizeUnit) * 2) var(--sizeUnit);
Expand Down
9 changes: 5 additions & 4 deletions src/lib/Text/Text.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,9 @@
border-radius: var(--sizeUnit);
color: var(--textColor);
display: block;
font-family: var(--fontFamilyMonospace);
font-family: var(--fontFamily);
font-size: var(--fontSizeSmall);
line-height: 1.5;
margin-bottom: calc(var(--sizeUnit) * 2);
max-width: 100%;
overflow: auto;
Expand All @@ -345,10 +346,10 @@
border-right: 3px solid var(--colorDo);
bottom: 0;
color: var(--colorRe);
content: "</>";
font-size: 24px;
content: "{x}";
font-size: 36px;
font-style: normal;
font-weight: var(--fontWeightBold);
font-weight: var(--fontWeightNormal);
left: 6px;
line-height: 1;
padding-left: 6px;
Expand Down

0 comments on commit a4ccaa3

Please sign in to comment.