Skip to content

Commit

Permalink
style: 增加暗黑主题颜色
Browse files Browse the repository at this point in the history
  • Loading branch information
ArgoZhang committed Aug 27, 2024
1 parent d38bd16 commit d5d3851
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/BootstrapBlazor/wwwroot/scss/bootstrapblazor-dark.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
// Dial-Button
$bb-dial-item-hover-bg-dark: #313131;

// Split
$bb-split-bar-bg: #495057;
$bb-split-bar-handle-bg: var(--bs-body-bg);
$bb-split-bar-handle-color: #999;
$bb-split-bar-handle-hover-bg: var(--bs-body-bg);
$bb-split-bar-handle-hover-color: #999;
$bb-split-bar-arrow-hover-border-color: #686a6c;

0 comments on commit d5d3851

Please sign in to comment.