Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
Temple2001 committed Aug 7, 2024
1 parent a0ae324 commit a526505
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/app/theme-values.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ $text-bold-color-dark: rgba(95, 95, 95, 0.9);
$toc-text-color-dark: rgba(255, 255, 255, 0.65);
$toc-text-highlight-color-dark: #fff;

$box-color-dark: #303134;
$box-border-color-dark: #5a5a5a;
$box-color-dark: #2d2d2e;
$box-border-color-dark: #3d3d3d;

$border-color-dark: #636363;

Expand Down
2 changes: 1 addition & 1 deletion src/components/layout/postbox/style.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
width: 100%;
}

border-radius: 1rem;
border-radius: 0.5rem;
border: 1px solid var(--color-box-border);
background-color: var(--color-box);
box-shadow: var(--color-shadow);
Expand Down

0 comments on commit a526505

Please sign in to comment.