new design

This commit is contained in:
Armin Schrenk
2025-03-13 16:47:23 +01:00
parent 42269a6057
commit 262f84e8db
6 changed files with 67 additions and 44 deletions
Binary file not shown.
+11
View File
@@ -16,6 +16,10 @@
src: url('opensans_bold.ttf');
}
@font-face {
src: url('courierprime_regular.ttf');
}
/*******************************************************************************
* *
* Root Styling & Colors *
@@ -925,6 +929,13 @@
-fx-border-width: 1px;
}
.cryptic-text {
-fx-background-color: MAIN_BG;
-fx-text-fill: TEXT_FILL;
-fx-font-family: 'Courier Prime';
-fx-font-size: 1.1em;
}
.button.drag-n-drop:focused {
-fx-border-color: CONTROL_BORDER_FOCUSED;
}