Skip to content

Commit

Permalink
.px2-accordion の darkmode スタイルを微調整
Browse files Browse the repository at this point in the history
  • Loading branch information
tomk79 committed Nov 2, 2023
1 parent 2a6bcfa commit bf387a2
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dist/themes/darkmode.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/themes/darkmode.css.map

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
margin-top: 1em;
margin-bottom: 1em;
> .px2-accordion__unit {
border-top: 1px solid #222;
border-left: 1px solid #222;
border-right: 1px solid #222;
border-top: 1px solid #666;
border-left: 1px solid #666;
border-right: 1px solid #666;
&:last-child {
border-bottom: 1px solid #222;
border-bottom: 1px solid #666;
}
&::after {
content: " ";
Expand Down

0 comments on commit bf387a2

Please sign in to comment.