Skip to content

Commit

Permalink
Display golden rap notes like golden in the lyrics editor
Browse files Browse the repository at this point in the history
  • Loading branch information
Nianna committed Sep 17, 2017
1 parent c0721dd commit 3ff9220
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -672,6 +672,10 @@ private static String styleClass(Type type) {
return "freestyle-lyrics";
case GOLDEN:
return "golden-lyrics";
case RAP:
return "rap-lyrics";
case GOLDEN_RAP:
return "golden-rap-lyrics";
default:
return "";
}
Expand Down
8 changes: 8 additions & 0 deletions src/main/resources/com/github/nianna/karedi/Karedi.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,14 @@
-fx-font-weight: 900;
}

.rap-lyrics {

}

.golden-rap-lyrics {
-fx-font-weight: 900;
}

.freestyle-lyrics {
-fx-font-style: italic;
}
Expand Down

0 comments on commit 3ff9220

Please sign in to comment.