Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Commit

Permalink
Better sizing for title and tags
Browse files Browse the repository at this point in the history
  • Loading branch information
svenreimers committed Oct 3, 2023
1 parent 98a6ca2 commit 8002d32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cinema/src/main/resources/tweetwall.css
Original file line number Diff line number Diff line change
Expand Up @@ -187,13 +187,13 @@

.scheduleSession > .sessionBottomPane > .centerFlow .emojiFlow {
-fx-fill: blanchedalmond;
-fx-font-size: 15pt;
-fx-font-size: 13pt;
-fx-font-weight: bold;
}

.votedTalk .emojiFlow {
-fx-fill: blanchedalmond;
-fx-font-size: 15pt;
-fx-font-size: 13pt;
-fx-font-weight: bold;
}

Expand Down Expand Up @@ -258,7 +258,7 @@
}

.scheduleSession .sessionBottomPane .centerFlow .tagPane .tags .tagLabel {
-fx-font-size: 10pt;
-fx-font-size: 9pt;
-fx-text-fill: blanchedalmond;
/* -fx-text-fill: #e55630; */
/* -fx-background-color: black; */
Expand Down

0 comments on commit 8002d32

Please sign in to comment.