Skip to content

Commit

Permalink
vapor color fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseWebDotCom committed Jul 1, 2023
1 parent c83a580 commit 66e07f0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
10 changes: 10 additions & 0 deletions resources/css/palettes/bootswatch/vapor/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@
* Copyright 2011-2023 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/

/* #region | MODERN THEME FIXES */

/* fix black text on dark background */
.wt-global {
color: white !important;
}

/* #endregion | MODERN THEME FIXES */

@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
:root,
[data-bs-theme=light] {
Expand Down
12 changes: 1 addition & 11 deletions resources/css/palettes/bootswatch/vapor/bootstrap.min.css

Large diffs are not rendered by default.

0 comments on commit 66e07f0

Please sign in to comment.