Skip to content

Commit

Permalink
fix: style
Browse files Browse the repository at this point in the history
  • Loading branch information
teletha committed Nov 2, 2023
1 parent c714561 commit 0ae30fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/viewtify/caffeLatte.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
* -fx-hover-base (see below) and the "armed" pseudoclass will typically
* set -fx-color to -fx-pressed-base.
*/
-fx-color: hsb(45, 29%, 91%);
-fx-color: hsb(40, 26%, 78%);
-fx-hover-base: hsb(45, 29%, 81%);
-fx-pressed-base: hsb(45, 29%, 86%);
}
2 changes: 1 addition & 1 deletion src/main/resources/viewtify/flat.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.root {
-fx-body-color: ladder(-fx-color, derive(-fx-color,8%) 75%, derive(-fx-color,10%) 80%);
-fx-body-color: derive(-fx-color,20%)
-fx-body-color-bottomup: -fx-body-color;
-fx-body-color-to-right: -fx-body-color;

Expand Down

0 comments on commit 0ae30fb

Please sign in to comment.