Skip to content

Commit

Permalink
Merge pull request #2900 from axpoems/reputation-text-style-unification
Browse files Browse the repository at this point in the history
Unify reputation text style
  • Loading branch information
axpoems authored Oct 4, 2024
2 parents ea0032c + 70b42b2 commit 4ef5bdf
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions apps/desktop/desktop/src/main/resources/css/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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;
Expand Down

0 comments on commit 4ef5bdf

Please sign in to comment.