diff --git a/apps/desktop/desktop/src/main/resources/css/application.css b/apps/desktop/desktop/src/main/resources/css/application.css index aff02ab74f..f39b3848e4 100644 --- a/apps/desktop/desktop/src/main/resources/css/application.css +++ b/apps/desktop/desktop/src/main/resources/css/application.css @@ -358,11 +358,13 @@ -fx-font-size: 1.15em; -fx-line-spacing: 5px; -fx-wrap-text: true; + -fx-fill: -fx-mid-text-color !important; + -fx-text-fill: -fx-mid-text-color !important; } .reputation .reputation-card-small .card-title, .reputation .reputation-card-large .card-title { - -fx-font-size: 1.7em !important; + -fx-font-size: 1.7em; } .reputation .reputation-card-large { @@ -377,23 +379,27 @@ } .reputation .reputation-headline { - -fx-font-size: 2.5em !important; + -fx-font-size: 2.5em; } .reputation .reputation-title { - -fx-font-size: 1.9em !important; + -fx-font-size: 1.9em; } -.reputation .reputation-learn-more { +.reputation .reputation-headline, +.reputation .reputation-title, +.reputation .card-title { -fx-fill: -fx-light-text-color !important; -fx-text-fill: -fx-light-text-color !important; + -fx-font-family: "IBM Plex Sans Light"; +} + +.reputation .reputation-learn-more { -fx-font-size: 1.15em; -fx-font-family: "IBM Plex Sans Light"; } .reputation .reputation-learn-more-link { - -fx-fill: -fx-light-text-color !important; - -fx-text-fill: -fx-light-text-color !important; -fx-font-size: 1.15em; -fx-font-family: "IBM Plex Sans Light"; -fx-underline: true;