Skip to content

Commit

Permalink
lux: darken btn-primary background in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Jan 15, 2024
1 parent 3ccf4fe commit b3acacf
Show file tree
Hide file tree
Showing 14 changed files with 36 additions and 8 deletions.
6 changes: 6 additions & 0 deletions dist/lux/_bootswatch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ $web-font-path: "https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;3
border: 1px solid $gray-400 !important;
}

@include color-mode(dark) {
.btn-primary {
background-color: #080808;
}
}

// Typography

body {
Expand Down
4 changes: 4 additions & 0 deletions dist/lux/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -11848,6 +11848,10 @@ textarea.form-control-lg {
border: 1px solid #ced4da !important;
}

[data-bs-theme=dark] .btn-primary {
background-color: #080808;
}

body {
letter-spacing: 1px;
}
Expand Down
2 changes: 1 addition & 1 deletion dist/lux/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lux/bootstrap.min.css.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions dist/lux/bootstrap.rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -11813,6 +11813,10 @@ textarea.form-control-lg {
border: 1px solid #ced4da !important;
}

[data-bs-theme=dark] .btn-primary {
background-color: #080808;
}

body {
letter-spacing: 1px;
}
Expand Down
2 changes: 1 addition & 1 deletion dist/lux/bootstrap.rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lux/bootstrap.rtl.min.css.map

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions docs/5/lux/_bootswatch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ $web-font-path: "https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;3
border: 1px solid $gray-400 !important;
}

@include color-mode(dark) {
.btn-primary {
background-color: #080808;
}
}

// Typography

body {
Expand Down
4 changes: 4 additions & 0 deletions docs/5/lux/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -11848,6 +11848,10 @@ textarea.form-control-lg {
border: 1px solid #ced4da !important;
}

[data-bs-theme=dark] .btn-primary {
background-color: #080808;
}

body {
letter-spacing: 1px;
}
Expand Down
2 changes: 1 addition & 1 deletion docs/5/lux/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/5/lux/bootstrap.min.css.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions docs/5/lux/bootstrap.rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -11813,6 +11813,10 @@ textarea.form-control-lg {
border: 1px solid #ced4da !important;
}

[data-bs-theme=dark] .btn-primary {
background-color: #080808;
}

body {
letter-spacing: 1px;
}
Expand Down
2 changes: 1 addition & 1 deletion docs/5/lux/bootstrap.rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/5/lux/bootstrap.rtl.min.css.map

Large diffs are not rendered by default.

0 comments on commit b3acacf

Please sign in to comment.