Skip to content

Commit

Permalink
Update enum color for java
Browse files Browse the repository at this point in the history
  • Loading branch information
chidozieononiwu committed Feb 26, 2025
1 parent c142cc6 commit b014683
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,11 @@
color: var(--java-doc-color);
font-style: italic !important;
}

.enum {
color: var(--class-color);
}


.comment {
color: var(--java-comment-color);
Expand Down

0 comments on commit b014683

Please sign in to comment.