extend styling to dark theme

This commit is contained in:
Armin Schrenk
2025-03-18 11:09:43 +01:00
parent 06ddec4b70
commit 43b341860b
2 changed files with 11 additions and 1 deletions

View File

@@ -16,6 +16,10 @@
src: url('opensans_bold.ttf');
}
@font-face {
src: url('firacode_regular.ttf');
}
/*******************************************************************************
* *
* Root Styling & Colors *
@@ -125,6 +129,13 @@
-fx-fill: TEXT_FILL;
}
.cryptic-text {
-fx-background-color: MAIN_BG;
-fx-text-fill: TEXT_FILL;
-fx-font-family: 'Fira Code';
-fx-font-size: 1.1em;
}
/*******************************************************************************
* *
* Glyph Icons *

View File

@@ -19,7 +19,6 @@
@font-face {
src: url('firacode_regular.ttf');
}
}
/*******************************************************************************
* *